Andrew Kuchling
|
bd4e9e0ca9
|
bpo-6519: Improve Python Input Output Tutorial (GH-2143)
Move up the discussion about 'with' keyword, so it appears earlier in the document.
|
2017-06-12 22:31:01 -07:00 |
|
suketa
|
1dbce04d0e
|
bpo-30621: Update Input Output Tutorial Example(GH-2074)
import json before using json module
|
2017-06-11 18:42:59 -07:00 |
|
UltimateCoder
|
8856940cf2
|
bpo-28315: Improve code examples in docs (GH-1372)
Replace
File "<stdin>", line 1, in ?
with
File "<stdin>", line 1, in <module>
|
2017-05-03 09:46:45 -07:00 |
|
Serhiy Storchaka
|
c499f30286
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:56 +03:00 |
|
Serhiy Storchaka
|
dba903993a
|
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
|
2016-05-10 12:01:23 +03:00 |
|
Georg Brandl
|
2d43bc2fc2
|
merge with 3.5
|
2016-02-22 14:53:03 +01:00 |
|
Georg Brandl
|
f1d371bde9
|
Update example; str(float) changed so there is difference now.
|
2016-02-22 14:52:55 +01:00 |
|
Martin Panter
|
bc1ee460dc
|
Issue #25179: Documentation for formatted string literals aka f-strings
Some of the inspiration and wording is taken from the text of PEP 498 by Eric
V. Smith, and the existing str.format() documentation.
|
2016-02-13 00:41:37 +00:00 |
|
Ezio Melotti
|
397bb2486a
|
#26001: mention in the tutorial that files in binary mode expect bytes, not str.
|
2016-01-12 11:27:30 +02:00 |
|
Jason R. Coombs
|
842c07414e
|
Issue #24729: Correct reference to open function.
|
2015-07-29 14:04:36 -04:00 |
|
Alessandro Cucci
|
d8de44b6b3
|
Issue #24729: Update tutorial to match implementation.
|
2015-07-28 21:00:10 +02:00 |
|
Georg Brandl
|
6b4c847c4f
|
Doc: fix default role usage (except in unittest mock docs)
|
2014-10-30 22:26:26 +01:00 |
|
Antoine Pitrou
|
dd799d2e32
|
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.
|
2013-12-05 23:46:32 +01:00 |
|
R David Murray
|
1c4e443ea2
|
#16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
Patch by Sijin Joseph.
|
2013-07-30 15:51:57 -04:00 |
|
Raymond Hettinger
|
c1939b8f75
|
Issue #18031: %-formatting isn't dead yet and might pull through.
|
2013-05-23 00:14:47 -07:00 |
|
Ezio Melotti
|
ed3cd7e445
|
#13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti.
|
2013-04-15 19:08:31 +03:00 |
|
Petri Lehtinen
|
9f74c6cf7d
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:27:49 +01:00 |
|
Chris Jerdonek
|
5bf7f1f6e3
|
Clarify universal-newline wording in tutorial (issue #16266).
|
2012-10-17 20:17:41 -07:00 |
|
Andrew Svetlov
|
e9cf97cf20
|
Issue #16265: Fix collapsing of code sample in tutorial.
Thanks to Yongzhi Pan from docs@
|
2012-10-17 16:41:28 +03:00 |
|
Sandro Tosi
|
a17ef14632
|
fix typo
|
2012-08-14 19:51:43 +02:00 |
|
Ezio Melotti
|
0def5c6907
|
Merge with 3.1.
|
2011-03-13 02:27:26 +02:00 |
|
Ezio Melotti
|
2b73660135
|
Fix markup in inputoutput.rst.
|
2011-03-13 02:19:57 +02:00 |
|
Georg Brandl
|
891391bf68
|
Merge doc fixes.
|
2011-03-06 11:12:42 +01:00 |
|
Georg Brandl
|
3640e18d90
|
#11405: do not reference the string module again for its deprecated functions, only for Template class.
|
2011-03-06 10:56:18 +01:00 |
|
Raymond Hettinger
|
756fe2608d
|
Issue #11304: Input/output tutorial - PI is rounded not truncated.
|
2011-02-24 00:06:16 +00:00 |
|