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

bpo-44316: add keep_curdir and keep_pardir arguments to os.path.normpath() #26694

Closed
wants to merge 2 commits into from

Commits on Jun 12, 2021

  1. bpo-44316: add strict argument to os.path.normpath

    When set to `True`, `..` entries are retained, which ensures the path's
    meaning is preserved in the presence of symlinks.
    
    This functionality was previously available only in pathlib.
    barneygale committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    ce917c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    d43050e View commit details
    Browse the repository at this point in the history