Commit Graph

7 Commits

Author SHA1 Message Date
Georg Brandl d456d20d07 Update doc URLs in PEPs. 2008-10-02 12:40:49 +00:00
Eric Smith 68fc50a4cd Removed %b formatting from string % operator. Because
% formatting will be deprecated in favor of str.format(),
we don't want to be adding features it.
2008-04-18 18:46:07 +00:00
Eric Smith b55641aab1 Clarified that octal % formatting in 2.6 does not change. 2008-03-24 11:02:44 +00:00
Guido van Rossum db53aa267c Accept 3127. There's nothing left to do. 2007-07-19 17:10:10 +00:00
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Guido van Rossum 41cc7d87e0 Accept PEP 3127 (integer literal and support) and reject PEP 3130 (access
to current module/class/function).
2007-05-10 22:56:48 +00:00
Guido van Rossum 0129f4bde8 PEP 3127: Integer Literal Support and Syntax Maupin
PEP 3128: BList: A Faster List-like Type               Stutzbach
2007-05-01 16:57:09 +00:00