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 stutzbach
Recipients carsten.klein@axn-software.de, eric.araujo, rhettinger, stutzbach
Date 2010-08-22.15:26:12
SpamBayes Score 0.006963303
Marked as misclassified No
Message-id <1282490774.42.0.638739154551.issue9659@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce it in Python 3.1 and 3.2  I don't have a build of Python 2.7 handy at the moment to test it there.

In Python 3.2 and 2.7, DeprecationWarnings are silenced by default.  I had to start Python 3.2 with "-W always::DeprecationWarning" to see the problem.
History
Date User Action Args
2010-08-22 15:26:14stutzbachsetrecipients: + stutzbach, rhettinger, eric.araujo, carsten.klein@axn-software.de
2010-08-22 15:26:14stutzbachsetmessageid: <1282490774.42.0.638739154551.issue9659@psf.upfronthosting.co.za>
2010-08-22 15:26:13stutzbachlinkissue9659 messages
2010-08-22 15:26:12stutzbachcreate