
python-checkins at python
Nov 3, 2009, 12:20 PM
Post #1 of 1
(157 views)
Permalink
|
|
r76098 - peps/trunk/pep-3003.txt
|
|
Author: guido.van.rossum Date: Tue Nov 3 19:45:47 2009 New Revision: 76098 Log: Explicitly allow PEP 382. Modified: peps/trunk/pep-3003.txt Modified: peps/trunk/pep-3003.txt ============================================================================== --- peps/trunk/pep-3003.txt (original) +++ peps/trunk/pep-3003.txt Tue Nov 3 19:45:47 2009 @@ -115,6 +115,9 @@ definition it is not covered by this moratorium. * Backports of 3.x features to to 2.x The moratorium only affects features that would be new in 3.x. +* Import semantics + For example, PEP 382. After all, import semantics vary between + Python implementations anyway. Retroactive _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|