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 marco.buttu
Recipients anish.shah, brett.cannon, giampaolo.rodola, marco.buttu, pitrou, vstinner, yselivanov
Date 2016-02-02.14:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454425169.85.0.604134250166.issue26182@psf.upfronthosting.co.za>
In-reply-to
Content
The check for the 'with' statement was handled in the parser (parsetok.c), and in Python 2.5 the warnings were enabled by default. 
I do not know how to check if the deprecation warning are enabled, otherwise I would have tried to fix the problem.
History
Date User Action Args
2016-02-02 14:59:29marco.buttusetrecipients: + marco.buttu, brett.cannon, pitrou, vstinner, giampaolo.rodola, yselivanov, anish.shah
2016-02-02 14:59:29marco.buttusetmessageid: <1454425169.85.0.604134250166.issue26182@psf.upfronthosting.co.za>
2016-02-02 14:59:29marco.buttulinkissue26182 messages
2016-02-02 14:59:29marco.buttucreate