Mariatta
cf3bad5ab3
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
...
This reverts commit bb0e518ed3
.
2017-11-11 11:28:55 -08:00
Huang Huang
bb0e518ed3
Rename all .txt PEP files to .rst (GH-462)
...
For https://github.com/python/peps/issues/1
2017-11-11 10:30:43 -08:00
Serhiy Storchaka
7ca8985b8f
Miscellaneous fixes and formatting enhancements. ( #238 )
2017-04-05 19:14:26 +03:00
Mariatta
4598c39b78
Convert 12 PEPs ( #187 )
2017-01-24 12:47:21 -08:00
Marti Raudsepp
04a6af2ab1
Fix various typos, spelling and grammar errors
...
Errors detected using Topy (https://github.com/intgr/topy ), all changes
verified by hand.
2016-07-11 18:35:35 +03:00
Georg Brandl
138a86a0fd
#8562 : add note about outdated check.
2010-08-02 19:50:16 +00:00
Barry Warsaw
5a8151b527
Jim Jewett points out that PEPs 278, 292, 318, and 324 can be marked as Final,
...
and that 215 can be marked as Rejected.
2005-01-29 18:24:59 +00:00
Fred Drake
0c7783ed1a
revise the test for universal newline support to work even if
...
sys.stdout has been replaced
(closes SF bug #800828 )
2004-05-06 04:17:58 +00:00
Andrew M. Kuchling
1af0493a5d
Fix typo
2002-09-30 01:56:17 +00:00
Jack Jansen
267a3d6f76
- Fixed a typo
...
- Return a tuple of newlines in stead of 'mixed'
- Added rationale for having the code in ifdefs and not having the
newlines attribute in --without-universal-newlines builds.
2002-04-13 22:16:49 +00:00
Guido van Rossum
900bbbb5a5
Add live link to the SF patch.
2002-04-11 15:44:08 +00:00
Jack Jansen
19aefb3500
One more "t" replaced by "U".
...
Unicode is confirmed "newline-safe".
2002-03-16 00:35:36 +00:00
Jack Jansen
130b28e2a4
Added a line clarifying that newline conversion happens not only for
...
readline() but for all input calls.
2002-03-14 22:47:31 +00:00
Jack Jansen
69316725d1
- --with-universal-newlines is now the default
...
- U is the mode character that signal universal newlines in open in stead
of t.
- Clarified why output isn't handled.
- Clarified various questions on unicode, exec, locks, etc.
2002-03-13 22:50:54 +00:00
Jack Jansen
1423939929
Two small clarifications after comments by Detlef Lannart.
2002-02-05 23:50:38 +00:00
Barry Warsaw
3d0a5402a1
Added PEP 278, Universal Newline Support, Jack Jansen
2002-01-23 13:24:26 +00:00