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

neal.norwitz python-checkins at python.org
Mon Jul 10 04:36:52 CEST 2006


Author: neal.norwitz
Date: Mon Jul 10 04:36:52 2006
New Revision: 50507

Modified:
   peps/trunk/pep-0356.txt
Log:
Some doc is in, good enough to start.  We punted on the relative imports from main.  Defered until 2.6

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Mon Jul 10 04:36:52 2006
@@ -150,22 +150,10 @@
         http://python.org/sf/1517042 - Fix crashers/gc_inspection.py
         http://python.org/sf/1515471 - stringobject (char buffers)
         http://python.org/sf/1508010 - msvccompiler using VC6
-        http://python.org/sf/1504046 - doc for ElementTree
         http://python.org/sf/1494314 - can't use high sockets (regr in 2.4.3)
         http://python.org/sf/1475523 - gettext.py bug
         http://python.org/sf/1333982 - AST
 
-    - 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
-
     - AST compiler problems
       (Owner: Jeremy Hylton)
        * string constants that are not assigned are in byte code


More information about the Python-checkins mailing list