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 exarkun
Recipients exarkun
Date 2008-06-26.16:44:24
SpamBayes Score 0.0009239725
Marked as misclassified No
Message-id <1214498670.25.0.948302654046.issue3211@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6b1+ (trunk:64531M, Jun 26 2008, 10:40:14)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import warnings
>>> warnings.warn_explicit(None, UserWarning, None, 0, None, {})
None:0: UserWarning: None
>>> warnings.warn_explicit(None, UserWarning, None, 0, None, None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: Objects/dictobject.c:677: bad argument to internal function
>>>
History
Date User Action Args
2008-06-26 16:44:30exarkunsetspambayes_score: 0.000923973 -> 0.0009239725
recipients: + exarkun
2008-06-26 16:44:30exarkunsetspambayes_score: 0.000923973 -> 0.000923973
messageid: <1214498670.25.0.948302654046.issue3211@psf.upfronthosting.co.za>
2008-06-26 16:44:28exarkunlinkissue3211 messages
2008-06-26 16:44:27exarkuncreate