Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix monkey-patched os.open(): add dir_fd parameter #170

Closed
wants to merge 1 commit into from
Closed

Fix monkey-patched os.open(): add dir_fd parameter #170

wants to merge 1 commit into from

Commits on Nov 27, 2014

  1. 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.
    vstinner committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    2b99809 View commit details
    Browse the repository at this point in the history