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 serhiy.storchaka
Recipients Arfrever, berker.peksag, eric.araujo, lukasz.langa, python-dev, serhiy.storchaka, tarek
Date 2014-02-13.22:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392331127.92.0.799150140109.issue20363@psf.upfronthosting.co.za>
In-reply-to
Content
At least it wasn't changed.

As I see, affected line is used to output debugging message (disabled by default). It produces different result in 2.7 and 3.x ("----------xxx----------" vs "----------b'xxx'----------") due to the difference between 2.x str and 3.x bytes.
History
Date User Action Args
2014-02-13 22:38:47serhiy.storchakasetrecipients: + serhiy.storchaka, tarek, eric.araujo, Arfrever, lukasz.langa, python-dev, berker.peksag
2014-02-13 22:38:47serhiy.storchakasetmessageid: <1392331127.92.0.799150140109.issue20363@psf.upfronthosting.co.za>
2014-02-13 22:38:47serhiy.storchakalinkissue20363 messages
2014-02-13 22:38:47serhiy.storchakacreate