Message109725
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, asvetlov, brian.curtin, eric.smith, ggenellina, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, pitrou, r.david.murray, ssbarnea, swarren |
| Date | 2010-07-09.12:55:13 |
| SpamBayes Score | 0.055079456 |
| Marked as misclassified | No |
| Message-id | <1278680115.34.0.794435185402.issue1578269@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hm, the patch could be more "pythonic". Something like:
symlink_exception = (AttributeError,)
try:
symlink_exception += (NotImplementedError, WindowsError)
except NameError:
pass
try:
...
except symlink_exception:
... |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-09 12:55:15 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, lemburg, loewis, nnorwitz, jafo, jaraco, ggenellina, pitrou, eric.smith, giampaolo.rodola, swarren, r.david.murray, ssbarnea, brian.curtin, asvetlov |
| 2010-07-09 12:55:15 | amaury.forgeotdarc | set | messageid: <1278680115.34.0.794435185402.issue1578269@psf.upfronthosting.co.za> |
| 2010-07-09 12:55:13 | amaury.forgeotdarc | link | issue1578269 messages |
| 2010-07-09 12:55:13 | amaury.forgeotdarc | create | |