Message 93065 - Python tracker
Message93065
| Author | chuck |
|---|---|
| Recipients | aguiar, chuck |
| Date | 2009-09-24.10:58:41 |
| SpamBayes Score | 0.00020462488 |
| Marked as misclassified | No |
| Message-id | <1253789924.92.0.604568288314.issue5395@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I attached a path for raising IOErrors in fromfile. I also added a testcase which failed before. The test opens a file and closes the file with os.close(fd) without telling the file object, so fromfile doesn't notice it's reading from a file that is actually closed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-09-24 10:58:45 | chuck | set | recipients: + chuck, aguiar |
| 2009-09-24 10:58:44 | chuck | set | messageid: <1253789924.92.0.604568288314.issue5395@psf.upfronthosting.co.za> |
| 2009-09-24 10:58:42 | chuck | link | issue5395 messages |
| 2009-09-24 10:58:42 | chuck | create | |