Bugs item #1511998, was opened at 2006-06-25 00:09 Message generated for change (Comment added) made by akuchling 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: Closed >Resolution: Fixed 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). ---------------------------------------------------------------------- >Comment By: A.M. Kuchling (akuchling) Date: 2006-06-26 08:45 Message: Logged In: YES user_id=11375 Suggested changes applied; thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1511998&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com