Message 175201 - Python tracker
Message175201
| 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:12 | vstinner | set | recipients: + vstinner, ezio.melotti, serhiy.storchaka |
| 2012-11-08 22:53:12 | vstinner | set | messageid: <1352415192.04.0.525573823665.issue16444@psf.upfronthosting.co.za> |
| 2012-11-08 22:53:12 | vstinner | link | issue16444 messages |
| 2012-11-08 22:53:11 | vstinner | create | |