[ python-Bugs-1511998 ] Glitches in What's New for beta 1
SourceForge.net
noreply at sourceforge.net
Sun Jun 25 06:09:14 CEST 2006
Bugs item #1511998, was opened at 2006-06-25 14:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1511998&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Nick Coghlan (ncoghlan)
Assigned to: A.M. Kuchling (akuchling)
Summary: Glitches in What's New for beta 1
Initial Comment:
PEP 343 writeup
2.5a2 changed the generator decorator back to
'contextmanager' when the __context__ method was
dropped (without context objects involved, the name
contextfactory didn't make sense any more).
xmlcore vs xml
The notes about the introduction of xmlcore seem a
little misleading (implying that 'import xml' will fail
on a base 2.5 installation). Isn't the xml namespace a
combination of both xmlcore and PyXML?
wsgiref
The example should either import make_server from
wsgiref.simple_server, or else call
simple_server.make_server
AST compiler documentation
People interested in the AST compiler should be
directed towards Brett's writeup in PEP 339.
http://www.python.org/dev/peps/pep-0339/
Remove of PyRange_New
It may be worth noting that you can use
PyObject_Call(PyRange_Type, etc...) instead (as per
recent python-dev discussion).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1511998&group_id=5470
More information about the Python-bugs-list
mailing list