Serhiy Storchaka
|
3dad438872
|
Issue #26916: Fixed words duplications.
|
2016-05-03 12:03:16 +03:00 |
Georg Brandl
|
5999b23389
|
Fixup some more lists-in-blockquotes. Fixes #26914.
|
2016-05-03 10:35:10 +02:00 |
Georg Brandl
|
4d8ea1d0fe
|
Fix lists-in-blockquotes in 3xxx PEPs. Ref: #26914
|
2016-05-03 09:51:54 +02:00 |
Serhiy Storchaka
|
d277ad711a
|
Removed unneeded spaces before commas and periods.
|
2015-02-14 19:47:39 +02:00 |
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 |