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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, ericp, pitrou
Date 2011-09-02.08:03:57
SpamBayes Score 4.851244e-06
Marked as misclassified No
Message-id <1314950638.74.0.530779647151.issue12878@psf.upfronthosting.co.za>
In-reply-to
Content
Actually it already fails with 3.1 (I tried "hg up v3.1")
Then I played with "hg bisect", and unsurprisingly it answered:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: '_io.StringIO' object has no attribute '__dict__'
Changeset 51991:3049ac17e256: bad
The first bad revision is:
changeset:   51991:3049ac17e256
user:        Benjamin Peterson <benjamin@python.org>
date:        Wed Mar 04 00:14:51 2009 +0000
summary:     merge the io-c branch: C implementation of the io module
History
Date User Action Args
2011-09-02 08:03:58amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, benjamin.peterson, ericp
2011-09-02 08:03:58amaury.forgeotdarcsetmessageid: <1314950638.74.0.530779647151.issue12878@psf.upfronthosting.co.za>
2011-09-02 08:03:58amaury.forgeotdarclinkissue12878 messages
2011-09-02 08:03:57amaury.forgeotdarccreate