[Python-checkins] r47174 - peps/trunk/pep-0356.txt

nick.coghlan python-checkins at python.org
Fri Jun 30 18:55:41 CEST 2006


Author: nick.coghlan
Date: Fri Jun 30 18:55:39 2006
New Revision: 47174

Modified:
   peps/trunk/pep-0356.txt
Log:
Include open issue for the PEP 328/338 relative import handling question

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Fri Jun 30 18:55:39 2006
@@ -155,6 +155,13 @@
         http://python.org/sf/1501934
         http://python.org/sf/1333982
 
+    - Should relative imports from __main__ work when feasible?
+        Bug report: http://python.org/sf/1510172
+        Rev 47142 updated -m switch to always set a __module_name__ attribute
+        Patch attached to bug report makes import.c aware of that attribute.
+        Needs a call from the release managers as to whether to apply the
+        second half of the fix, or else roll back the first half.
+
     - Missing documentation
       * ElementTree/cElementTree (Fredrik Lundh)
          Needs latex-ifcation, patch at http://python.org/sf/1504046


More information about the Python-checkins mailing list