Message84238
| Author | vstinner |
|---|---|
| Recipients | pitrou, vstinner |
| Date | 2009-03-27.00:42:55 |
| SpamBayes Score | 1.6681101e-13 |
| Marked as misclassified | No |
| Message-id | <1238114580.22.0.893749026022.issue5016@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Needs backport to trunk and 2.6, if someone is interested. I'm interrested by a backport at least in trunk. I updated the patch to trunk: - test directly _file._FileIO() instead of using open() because in Python trunk, a file has no seekable() method :-/ - use contextlib.closing() because _FileIO doesn't implement context API (not __exit__() method) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-03-27 00:43:00 | vstinner | set | recipients: + vstinner, pitrou |
| 2009-03-27 00:43:00 | vstinner | set | messageid: <1238114580.22.0.893749026022.issue5016@psf.upfronthosting.co.za> |
| 2009-03-27 00:42:59 | vstinner | link | issue5016 messages |
| 2009-03-27 00:42:58 | vstinner | create | |