Message78766
But then you get a nasty pop-up window on code like this:
>>> fd = os.open("foo", 0)
>>> os.close(fd)
>>> os.close(fd)
Instead of a gentle "OSError: [Errno 9] Bad file descriptor" |
|
Date |
User |
Action |
Args |
2009-01-02 09:17:10 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, mhammond, kristjan.jonsson |
2009-01-02 09:17:10 | amaury.forgeotdarc | set | messageid: <1230887830.55.0.601904720526.issue4804@psf.upfronthosting.co.za> |
2009-01-02 09:17:09 | amaury.forgeotdarc | link | issue4804 messages |
2009-01-02 09:17:09 | amaury.forgeotdarc | create | |
|