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 vstinner
Recipients ezio.melotti, serhiy.storchaka, vstinner
Date 2012-11-08.22:53:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352415192.04.0.525573823665.issue16444@psf.upfronthosting.co.za>
In-reply-to
Content
The patch contains two print to help debugging the patch itself, these print statements must be removed later.
 
+print("TESTFN_UNDECODABLE = %a" % TESTFN_UNDECODABLE)
+print("TESTFN_NONASCII = %a" % TESTFN_NONASCII)
History
Date User Action Args
2012-11-08 22:53:12vstinnersetrecipients: + vstinner, ezio.melotti, serhiy.storchaka
2012-11-08 22:53:12vstinnersetmessageid: <1352415192.04.0.525573823665.issue16444@psf.upfronthosting.co.za>
2012-11-08 22:53:12vstinnerlinkissue16444 messages
2012-11-08 22:53:11vstinnercreate