Message159392
> This doesn't change that, and as far as I know, this has worked and
> continues to work. "errno" is supported.
Using your patch, does the following throw an AssertionError?
>>> import os, errno
>>> try:
... os.read(-1, 10)
... except OSError as e:
... assert e.errno == errno.EBADF
...
>>> |
|
| Date |
User |
Action |
Args |
| 2012-04-26 16:14:47 | sbt | set | recipients:
+ sbt, loewis, mhammond, jackjansen, mark.dickinson, kristjan.jonsson, vstinner, sable, tim.golden, tarek, eric.araujo, brian.curtin, santoso.wijaya, alexis |
| 2012-04-26 16:14:47 | sbt | set | messageid: <[email protected]> |
| 2012-04-26 16:14:46 | sbt | link | issue13210 messages |
| 2012-04-26 16:14:46 | sbt | create | |
|