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 hpk
Recipients hpk
Date 2010-04-28.10:46:43
SpamBayes Score 1.7308261e-07
Marked as misclassified No
Message-id <1272451606.03.0.52752121391.issue8558@psf.upfronthosting.co.za>
In-reply-to
Content
Running the attached file with python3.1.1 works fine, all assertions pass.  Running it with 3.1.2 gives me this output: 

$ python3.1.2/bin/python3.1 stringio_fail.py
Traceback (most recent call last):
  File "stringio_fail.py", line 12, in <module>
    assert s == "world", repr(s)
AssertionError: '\x00\x00\x00\x00\x00world'
History
Date User Action Args
2010-04-28 10:46:46hpksetrecipients: + hpk
2010-04-28 10:46:46hpksetmessageid: <1272451606.03.0.52752121391.issue8558@psf.upfronthosting.co.za>
2010-04-28 10:46:43hpklinkissue8558 messages
2010-04-28 10:46:43hpkcreate