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 noel.cuillandre
Recipients noel.cuillandre
Date 2009-02-26.09:42:23
SpamBayes Score 9.5136147e-07
Marked as misclassified No
Message-id <1235641346.54.0.44421310191.issue5373@psf.upfronthosting.co.za>
In-reply-to
Content
The following code raises 'TypeError: __doc__ contains null-bytes'::

Python 3.1a0 (py3k, Jan 27 2009, 18:02:26) 
[GCC 4.1.1 (Gentoo 4.1.1-r1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> class Foo:
...  """'\x00'"""
... 
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: __doc__ contains null-bytes
History
Date User Action Args
2009-02-26 09:42:26noel.cuillandresetrecipients: + noel.cuillandre
2009-02-26 09:42:26noel.cuillandresetmessageid: <1235641346.54.0.44421310191.issue5373@psf.upfronthosting.co.za>
2009-02-26 09:42:24noel.cuillandrelinkissue5373 messages
2009-02-26 09:42:23noel.cuillandrecreate