Commit Graph

9 Commits

Author SHA1 Message Date
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