Message178391
| Author | serhiy.storchaka |
|---|---|
| Recipients | georg.brandl, r.david.murray, serhiy.storchaka |
| Date | 2012-12-28.16:45:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1356713137.91.0.528430979636.issue16486@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
fout.close() here is intentional no-op. This is a check that fout was closed properly (in contrary case close() should raise exception). Unfortunately there is no other way to test that fout was closed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-28 16:45:37 | serhiy.storchaka | set | recipients: + serhiy.storchaka, georg.brandl, r.david.murray |
| 2012-12-28 16:45:37 | serhiy.storchaka | set | messageid: <1356713137.91.0.528430979636.issue16486@psf.upfronthosting.co.za> |
| 2012-12-28 16:45:37 | serhiy.storchaka | link | issue16486 messages |
| 2012-12-28 16:45:37 | serhiy.storchaka | create | |