Files
Victor Stinner 7c21c8f92e Fix monkey-patched os.open(): add dir_fd parameter
The os.open() function got a new option keyword-only dir_fd parameter in
Python 3.3:
https://docs.python.org/3/library/os.html#os.open

With this change, the open() now accepts the dir_fd parameter.
2014-12-21 03:03:32 +03:00

2.8 KiB