This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Jim.Jewett, docs@python, python-dev, terry.reedy
Date 2012-01-21.05:35:56
SpamBayes Score 0.00093967497
Marked as misclassified No
Message-id <1327124157.85.0.503671828907.issue13820@psf.upfronthosting.co.za>
In-reply-to
Content
I verified that 'as' and 'with' are in the 2.6 keyword.kwlist.
http://svn.python.org/projects/python/branches/release26-maint/Lib/keyword.py. I verified that they work as keywords in 2.7.
http://svn.python.org/projects/python/branches/release26-maint/Doc/reference/compound_stmts.rst
says with is always enabled in 2.6.

I fixed whitespace error in 74551 (117d58fc6e8d)
History
Date User Action Args
2012-01-21 05:35:57terry.reedysetrecipients: + terry.reedy, docs@python, python-dev, Jim.Jewett
2012-01-21 05:35:57terry.reedysetmessageid: <1327124157.85.0.503671828907.issue13820@psf.upfronthosting.co.za>
2012-01-21 05:35:57terry.reedylinkissue13820 messages
2012-01-21 05:35:56terry.reedycreate