Message 115942 - Python tracker
Message115942
| Author | vstinner |
|---|---|
| Recipients | dmalcolm, docs@python, eric.araujo, terry.reedy, vstinner |
| Date | 2010-09-09.12:47:26 |
| SpamBayes Score | 8.266566e-05 |
| Marked as misclassified | No |
| Message-id | <1284036447.49.0.742048160117.issue9738@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:47:27 | vstinner | set | recipients: + vstinner, terry.reedy, eric.araujo, dmalcolm, docs@python |
| 2010-09-09 12:47:27 | vstinner | set | messageid: <1284036447.49.0.742048160117.issue9738@psf.upfronthosting.co.za> |
| 2010-09-09 12:47:26 | vstinner | link | issue9738 messages |
| 2010-09-09 12:47:26 | vstinner | create | |