Message150203
| Author | terry.reedy |
|---|---|
| Recipients | jaraco, lars.gustaebel, python-dev, terry.reedy, vstinner |
| Date | 2011-12-24.02:10:46 |
| SpamBayes Score | 1.2807099e-09 |
| Marked as misclassified | No |
| Message-id | <1324692647.17.0.237580913224.issue13639@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
2.7 is closed to new features. This looks like it mignt be one. The 2.7 doc for tarfile.open says "Return a TarFile object for the pathname name." Does the meaning of 'pathname' in 2.7 generally include unicode as well as str objects? (It is not in the Glossary.) > The error does not occur under Python 3 (even with non-ascii characters), so it should be possible to create a tarfile with a unicode filename on Python 2.7. Python 3 has many new features that are not in 2.7, so 'possible' is not exactly the point ;-). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-24 02:10:47 | terry.reedy | set | recipients: + terry.reedy, jaraco, lars.gustaebel, vstinner, python-dev |
| 2011-12-24 02:10:47 | terry.reedy | set | messageid: <1324692647.17.0.237580913224.issue13639@psf.upfronthosting.co.za> |
| 2011-12-24 02:10:46 | terry.reedy | link | issue13639 messages |
| 2011-12-24 02:10:46 | terry.reedy | create | |