Kaydet (Commit) ae57cec7 authored tarafından Brian Curtin's avatar Brian Curtin

Fix #16788. Add samestat to Lib/ntpath.py

üst e701ec5d
......@@ -17,7 +17,7 @@ __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
"ismount", "expanduser","expandvars","normpath","abspath",
"splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
"extsep","devnull","realpath","supports_unicode_filenames","relpath",
"samefile", "sameopenfile",]
"samefile", "sameopenfile", "samestat",]
# strings representing various path-related bits and pieces
# These are primarily for export; internally, they are hardcoded.
......
......@@ -190,6 +190,8 @@ Core and Builtins
Library
-------
- Issue #16788: Add samestat to Lib/ntpath.py
- Issue #16702: test_urllib2_localnet tests now correctly ignores proxies for
localhost tests.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment