Message335032
(also, OSError will automatically convert to more specific subclasses for some errnos, see PEP 3151:
>>> raise OSError(errno.ENOENT, "foobar")
Traceback (most recent call last):
File "<ipython-input-3-e08f9c9a179c>", line 1, in <module>
raise OSError(errno.ENOENT, "foobar")
FileNotFoundError: [Errno 2] foobar
) |
|
| Date |
User |
Action |
Args |
| 2019-02-07 18:02:23 | pitrou | set | recipients:
+ pitrou, brett.cannon, nascheme, rhettinger, terry.reedy, ronaldoussoren, osvenskan, giampaolo.rodola, skrah, pmpp, lukasz.langa, eric.snow, yselivanov, davin |
| 2019-02-07 18:02:22 | pitrou | set | messageid: <[email protected]> |
| 2019-02-07 18:02:22 | pitrou | link | issue35813 messages |
| 2019-02-07 18:02:22 | pitrou | create | |
|