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 alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, benjamin.peterson, brett.cannon, rupole
Date 2008-08-25.15:11:46
SpamBayes Score 0.00062452524
Marked as misclassified No
Message-id <1219677108.19.0.28444958064.issue3279@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin is right. site.py imports the io module before _bytesio and
_stringio are available for import. Thus the python version of BytesIO
and StringIO is always used. There is an old thread about the issue at
http://mail.python.org/pipermail/python-3000/2007-December/011569.html

As for compiling _bytesio and _stringio into the main binary, you should
ask python-dev or python-3000.
History
Date User Action Args
2008-08-25 15:11:48alexandre.vassalottisetrecipients: + alexandre.vassalotti, brett.cannon, amaury.forgeotdarc, rupole, benjamin.peterson
2008-08-25 15:11:48alexandre.vassalottisetmessageid: <1219677108.19.0.28444958064.issue3279@psf.upfronthosting.co.za>
2008-08-25 15:11:47alexandre.vassalottilinkissue3279 messages
2008-08-25 15:11:47alexandre.vassalotticreate