Include open issue for the PEP 328/338 relative import handling question

This commit is contained in:
Nick Coghlan 2006-06-30 16:55:39 +00:00
parent db72de3d8f
commit 4355b54b61
1 changed files with 7 additions and 0 deletions

View File

@ -155,6 +155,13 @@ Open issues
http://python.org/sf/1501934 http://python.org/sf/1501934
http://python.org/sf/1333982 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 - Missing documentation
* ElementTree/cElementTree (Fredrik Lundh) * ElementTree/cElementTree (Fredrik Lundh)
Needs latex-ifcation, patch at http://python.org/sf/1504046 Needs latex-ifcation, patch at http://python.org/sf/1504046