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 techtonik
Recipients techtonik, vinay.sajip
Date 2012-11-23.14:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353680589.58.0.821455534093.issue16539@psf.upfronthosting.co.za>
In-reply-to
Content
Forgot to mention that bundled NullHandler doesn't work in Python 2.7 and from what I can see it is not covered with tests for this version.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "patch.py", line 124, in fromstring
    return PatchSet( StringIO(s) )
  File "patch.py", line 196, in __init__
    self.parse(stream)
  File "patch.py", line 512, in parse
    warning("error: no patch data found!")
  File "C:\Python27\lib\logging\__init__.py", line 1152, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "C:\Python27\lib\logging\__init__.py", line 1258, in _log
    self.handle(record)
  File "C:\Python27\lib\logging\__init__.py", line 1268, in handle
    self.callHandlers(record)
  File "C:\Python27\lib\logging\__init__.py", line 1307, in callHandlers
    if record.levelno >= hdlr.level:
AttributeError: type object 'NullHandler' has no attribute 'level'
History
Date User Action Args
2012-11-23 14:23:09techtoniksetrecipients: + techtonik, vinay.sajip
2012-11-23 14:23:09techtoniksetmessageid: <1353680589.58.0.821455534093.issue16539@psf.upfronthosting.co.za>
2012-11-23 14:23:09techtoniklinkissue16539 messages
2012-11-23 14:23:08techtonikcreate