Benjamin Peterson
60d9b24542
promote m.p.o links to https
2017-06-11 12:02:39 -07:00
Serhiy Storchaka
cc1c734886
Issue #26921 : Fixed a/an articles.
2016-05-03 13:52:22 +03:00
Georg Brandl
af90430776
Fix lists-in-blockquotes in 0xxx PEPs. Ref: #26914
2016-05-03 10:18:02 +02:00
Nick Coghlan
2e08612ea3
Mass deferral as proposed on python-dev
2013-05-18 17:50:40 +10:00
Victor Stinner
1c97a4495b
Add the PEP 416: Add a frozendict builtin type
2012-02-29 18:58:50 +01:00
Victor Stinner
1ebf91d201
PEP 400: don't remove deprecated classes in Python 3.4 anymore
2011-10-21 20:47:06 +02:00
Ezio Melotti
a07100e41d
Fix typo.
2011-07-30 23:29:58 +03:00
Victor Stinner
381a39bfd1
PEP 400: add the alternative suggested by Marc-Andre Lemburg.
2011-07-29 14:24:42 +02:00
Victor Stinner
e1bde7af99
PEP 400
...
* don't be strict on the version removing the code: 3.4 *or maybe later*
* rephrase some sentences
* mention that StreamReaderWriter is similar than io.BufferedRWPair
* add internal links on the Appendix A
* add links on issues an PEPs
2011-07-27 23:45:52 +02:00
Victor Stinner
6062704dd8
PEP 400: update interlaced read-write issues
...
Note: Issue #12213 doesn't concern TextIOWrapper, it concerns Buffered* classes
which are also used by the codecs module.
2011-07-07 15:15:17 +02:00
Victor Stinner
0b92c0798c
PEP 400: typo
2011-07-07 14:40:48 +02:00
Victor Stinner
e0589b22b2
Add PEP 400: Deprecate codecs.StreamReader and codecs.StreamWriter
2011-07-07 14:08:47 +02:00