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
7ca8985b8f
Miscellaneous fixes and formatting enhancements. ( #238 )
2017-04-05 19:14:26 +03:00
Mariatta
b54f01e13f
reSTify 10 more PEPs ( #175 )
...
PEP 221
PEP 229
PEP 240
PEP 277
PEP 286
PEP 295
PEP 297
PEP 306
PEP 341
PEP 666
2017-01-10 09:52:57 +03: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
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
Thomas Wouters
e0c7c5d7e0
Update my email address from the old work address (which still works, but
...
not indefinitely.)
2007-02-24 17:16:22 +00:00
David Goodger
c5b5d3c83d
added Last-Modified headers to all PEPs without
2006-03-23 20:13:19 +00:00
Thomas Wouters
2ff79417c9
Bring PEP up to date, and emphasise that 'from module import name' now
...
follows the 'global' directive, but 'from module import *' does not. Mark as
'Final'.
2000-09-23 12:00:37 +00:00
Thomas Wouters
5cf850f282
Clean up a few items: the 'import os.path as p' syntax and the
...
'extended-as'-assignment syntax, both of which Guido has decided on.
2000-08-23 12:09:07 +00:00
Barry Warsaw
01fc25eeb0
Minor editorial changes.
2000-08-23 05:57:47 +00:00
Thomas Wouters
baf9e2da19
Make the PEP conform to reality, and add the suggestion to generalize the
...
expressions allowed after the 'as' clause. Change some markup, and mark it
as Accepted (which it is, since the change has been checked in.) Barry, this
should probably also change in the PEP Index PEP.
2000-08-20 10:49:45 +00:00
Thomas Wouters
1ebe277dc5
Add PEP 221: "Import As", as posted on python-dev.
2000-08-15 13:42:44 +00:00