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 |
Brett Cannon
|
09824f7379
|
Add mention that indirection entries in sys.modules will not be supported once
absolute/relative imports are the only import semantics supported.
Specifically mention that this will definitely happen for Python 3.0.
|
2007-04-30 00:55:35 +00:00 |
Georg Brandl
|
f7cee114e2
|
Mark diverse Py3000 PEPs as accepted, mark PEPs 328 and 3105 as Final.
|
2007-02-17 18:42:37 +00:00 |
Nick Coghlan
|
073d9b3d10
|
Add a note about the dependency between relative imports and the value in '__name__'
|
2006-06-27 12:27:50 +00:00 |
Neal Norwitz
|
f42160765a
|
Correct versions since this PEP was not implemented in 2.4
|
2006-02-19 03:29:42 +00:00 |
David Goodger
|
edae0ba0b1
|
upadte from Aahz
|
2004-05-02 16:32:32 +00:00 |
Barry Warsaw
|
5d8316d6de
|
a bit more rationale for absolute imports
|
2004-04-06 13:09:14 +00:00 |
David Goodger
|
f641712f63
|
update from Aahz
|
2004-04-04 02:37:57 +00:00 |
David Goodger
|
af60734c54
|
update from Aahz
|
2004-04-03 15:02:46 +00:00 |
David Goodger
|
3912681450
|
title capitalization
|
2004-01-31 05:19:25 +00:00 |
David Goodger
|
3ca642d065
|
Added PEP 328, Imports: Multi-Line and Absolute/Relative, by Aahz
|
2004-01-31 05:14:16 +00:00 |