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 terry.reedy
Recipients arjennienhuis, benjamin.peterson, christian.heimes, eric.smith, exarkun, ezio.melotti, loewis, martin.panter, serhiy.storchaka, terry.reedy, uau, vstinner
Date 2012-10-02.18:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349202718.42.0.158323486985.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I was thinking of something else. Encoding ascii-only text is merely much faster (3x?) than in 3.2- because it directly copies without using the codec.
History
Date User Action Args
2012-10-02 18:31:58terry.reedysetrecipients: + terry.reedy, loewis, exarkun, vstinner, eric.smith, christian.heimes, benjamin.peterson, ezio.melotti, arjennienhuis, uau, martin.panter, serhiy.storchaka
2012-10-02 18:31:58terry.reedysetmessageid: <1349202718.42.0.158323486985.issue3982@psf.upfronthosting.co.za>
2012-10-02 18:31:58terry.reedylinkissue3982 messages
2012-10-02 18:31:58terry.reedycreate