[issue7052] "from logging import *" causes an error under Ubuntu Karmic

Antoine Pitrou report at bugs.python.org
Sun Oct 4 12:58:46 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

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'

----------
nosy: +georg.brandl, pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7052>
_______________________________________


More information about the Python-bugs-list mailing list