Commit Graph

24 Commits

Author SHA1 Message Date
Adam Turner 113e490701
Several PEPs: Use explicit `:pep:` and `:rfc:` roles (#2209) 2022-01-21 11:03:51 +00:00
Brett Cannon bb4751379a
Many PEPs: Normalize the 'Created' field (#1805) 2021-02-09 08:54:26 -08:00
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 a53392a0f0 Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02: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 08ea236bbb Update not-so-old PEP URL. 2009-01-18 09:50:42 +00:00
Brett Cannon c33689e5ec Make Raymond Hettinger's name consistent. 2007-06-28 19:44:20 +00:00
Raymond Hettinger 9518a04556 Fix argument order in an example 2004-12-03 16:23:45 +00:00
Raymond Hettinger edbdb24ac4 Add migration advice about the atexit module. 2004-08-16 03:14:53 +00:00
Raymond Hettinger bec290b671 Fix markup. 2004-05-04 08:24:05 +00:00
Raymond Hettinger 862ec109bd Note applicability of collections.deque() 2004-03-18 07:38:37 +00:00
Raymond Hettinger ec5920194a Py2.4 updates. 2004-01-10 10:24:27 +00:00
Fred Drake 0692e7791f Note that the Pending Deprecation warning was removed from apply() in
2.3.3, but that the function remains deprecated.
2003-12-05 17:51:40 +00:00
Raymond Hettinger a37771e3cb * str.startwith() is less errorprone that slice comparisons but not as fast.
* Fix minor typos.
2003-09-27 02:53:59 +00:00
Raymond Hettinger 9ddde8f432 Add advisory to replace apply(). 2003-03-07 00:21:42 +00:00
Raymond Hettinger 9c13bfc40f Just pointed out an improvement to the code example. 2003-01-25 20:30:02 +00:00
Raymond Hettinger 45511b4a61 Jp Calderone pointed out that most Python library modules were updated
to support __iter__ and __contains__.

* Removed shelve as a specific counter-example.
* Changed the wording to "may not" so that user and third party modules
  are considered.
2003-01-25 20:21:30 +00:00
Raymond Hettinger ae0f0f9903 Added migration issue for booleans. 2003-01-25 20:15:35 +00:00
Raymond Hettinger f6e3df20d0 Good modernization advice from Terry J. Reedy:
Don't use list, dict, file, and such as variable names.
2003-01-15 01:55:12 +00:00
David Goodger 631ff7f4a7 Converted to reStructuredText & edited for readability. 2002-08-30 03:11:40 +00:00
Barry Warsaw c055edb47d Added a recommendation to use s2 in s1 for Python 2.3 and later. 2002-08-12 14:22:33 +00:00
Raymond Hettinger b26cc7ccc7 Version correction spotted by Zoltan Felleg 2002-06-30 23:02:23 +00:00
Raymond Hettinger 44902ac34b Initial draft from discussions on py-dev. 2002-06-17 12:01:48 +00:00