Message 78766 - Python tracker (original) (raw)
Message78766
Author | amaury.forgeotdarc |
---|---|
Recipients | amaury.forgeotdarc, kristjan.jonsson, mhammond |
Date | 2009-01-02.09:17:09 |
SpamBayes Score | 8.229442e-06 |
Marked as misclassified | No |
Message-id | 1230887830.55.0.601904720526.issue4804@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
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" |
History | |||
---|---|---|---|
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 |