Message 115943 - Python tracker
Message115943
| Author | vstinner |
|---|---|
| Recipients | ideasman42, vstinner |
| Date | 2010-09-09.12:49:26 |
| SpamBayes Score | 8.266566e-05 |
| Marked as misclassified | No |
| Message-id | <1284036568.5.0.345777716477.issue9713@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
#6543 changed the encoding of the filename argument of PyRun_SimpleFileExFlags() (and all functions based on PyRun_SimpleFileExFlags) and c_filename attribute of the compiler (private) structure in Python 3.1.3: use utf-8 in strict mode instead of filesystem encoding with surrogateescape. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-09-09 12:49:28 | vstinner | set | recipients: + vstinner, ideasman42 |
| 2010-09-09 12:49:28 | vstinner | set | messageid: <1284036568.5.0.345777716477.issue9713@psf.upfronthosting.co.za> |
| 2010-09-09 12:49:26 | vstinner | link | issue9713 messages |
| 2010-09-09 12:49:26 | vstinner | create | |