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 pitrou
Recipients georg.brandl, gregorlingl, pitrou, ryles, vak, vinay.sajip
Date 2009-10-04.10:58:41
SpamBayes Score 0.00020696997
Marked as misclassified No
Message-id <1254653926.03.0.570695484839.issue7052@psf.upfronthosting.co.za>
In-reply-to
Content
Georg committed a fix but now we have:

>>> from logging import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'captureWarnings'
History
Date User Action Args
2009-10-04 10:58:46pitrousetrecipients: + pitrou, georg.brandl, vinay.sajip, gregorlingl, vak, ryles
2009-10-04 10:58:46pitrousetmessageid: <1254653926.03.0.570695484839.issue7052@psf.upfronthosting.co.za>
2009-10-04 10:58:42pitroulinkissue7052 messages
2009-10-04 10:58:42pitroucreate