mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#11565: Merge with 3.2.
This commit is contained in:
commit
b88ed1549e
93 changed files with 124 additions and 124 deletions
|
@ -1010,7 +1010,7 @@ class Popen(object):
|
|||
except pywintypes.error as e:
|
||||
# Translate pywintypes.error to WindowsError, which is
|
||||
# a subclass of OSError. FIXME: We should really
|
||||
# translate errno using _sys_errlist (or simliar), but
|
||||
# translate errno using _sys_errlist (or similar), but
|
||||
# how can this be done from Python?
|
||||
raise WindowsError(*e.args)
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue