Message 118248 - Python tracker
Message118248
| Author | ocean-city |
|---|---|
| Recipients | flox, ocean-city, pitrou, vstinner |
| Date | 2010-10-09.07:50:04 |
| SpamBayes Score | 0.002146068 |
| Marked as misclassified | No |
| Message-id | <1286610607.85.0.469086778511.issue8533@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I noticed fd must be dup-ed before passing to io.open. And I noticed direct test run like "py3k -m test.test_time" still produces unicode error. (Maybe this is reasonable limitation) I can confirm we can suppress the unicode error in such case with newly attached patch. "py3k_also_no_unicode_error_on_direct_test_run.patch" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-09 07:50:08 | ocean-city | set | recipients: + ocean-city, pitrou, vstinner, flox |
| 2010-10-09 07:50:07 | ocean-city | set | messageid: <1286610607.85.0.469086778511.issue8533@psf.upfronthosting.co.za> |
| 2010-10-09 07:50:06 | ocean-city | link | issue8533 messages |
| 2010-10-09 07:50:06 | ocean-city | create | |