Message 72065 - Python tracker
Message72065
| Author | gregory.p.smith |
|---|---|
| Recipients | ajaksu2, gregory.p.smith |
| Date | 2008-08-28.06:00:34 |
| SpamBayes Score | 0.00036377768 |
| Marked as misclassified | No |
| Message-id | <1219903236.97.0.421883943408.issue3708@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
better patch with tests attached, no explicit int conversion is done. i also wrapped the use of the fd returned by open with a try: finally: to avoid any chance of a leak and renamed the bytes variable to bs to match whats in py3k and avoid overriding the builtin type. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-28 06:00:37 | gregory.p.smith | set | recipients: + gregory.p.smith, ajaksu2 |
| 2008-08-28 06:00:36 | gregory.p.smith | set | messageid: <1219903236.97.0.421883943408.issue3708@psf.upfronthosting.co.za> |
| 2008-08-28 06:00:35 | gregory.p.smith | link | issue3708 messages |
| 2008-08-28 06:00:35 | gregory.p.smith | create | |