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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, jeffknupp, tarek
Date 2013-01-30.08:54:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359536100.26.0.185673189549.issue16989@psf.upfronthosting.co.za>
In-reply-to
Content
I meant to comment on the patch earlier.

The fix here isn't as simple as I had originally suggested.  The patch has to be constructed more carefully to be more fully backwards compatible.  For example, it shouldn't break code that imports DEBUG from modules, or that sets DEBUG on other modules.  The test case you found is an example of the former.
History
Date User Action Args
2013-01-30 08:55:00chris.jerdoneksetrecipients: + chris.jerdonek, tarek, eric.araujo, jeffknupp
2013-01-30 08:55:00chris.jerdoneksetmessageid: <1359536100.26.0.185673189549.issue16989@psf.upfronthosting.co.za>
2013-01-30 08:55:00chris.jerdoneklinkissue16989 messages
2013-01-30 08:54:59chris.jerdonekcreate