Commit Graph

5 Commits

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