Some doc is in, good enough to start. We punted on the relative imports from main. Defered until 2.6
This commit is contained in:
parent
b7d2d161ed
commit
eca500ad4a
12
pep-0356.txt
12
pep-0356.txt
|
@ -150,22 +150,10 @@ Open issues
|
||||||
http://python.org/sf/1517042 - Fix crashers/gc_inspection.py
|
http://python.org/sf/1517042 - Fix crashers/gc_inspection.py
|
||||||
http://python.org/sf/1515471 - stringobject (char buffers)
|
http://python.org/sf/1515471 - stringobject (char buffers)
|
||||||
http://python.org/sf/1508010 - msvccompiler using VC6
|
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/1494314 - can't use high sockets (regr in 2.4.3)
|
||||||
http://python.org/sf/1475523 - gettext.py bug
|
http://python.org/sf/1475523 - gettext.py bug
|
||||||
http://python.org/sf/1333982 - AST
|
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
|
- AST compiler problems
|
||||||
(Owner: Jeremy Hylton)
|
(Owner: Jeremy Hylton)
|
||||||
* string constants that are not assigned are in byte code
|
* string constants that are not assigned are in byte code
|
||||||
|
|
Loading…
Reference in New Issue