Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae57cec

Browse files
committed
Fix #16788. Add samestat to Lib/ntpath.py
1 parent e701ec5 commit ae57cec

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lib/ntpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ismount", "expanduser","expandvars","normpath","abspath",
1818
"splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
1919
"extsep","devnull","realpath","supports_unicode_filenames","relpath",
20-
"samefile", "sameopenfile",]
20+
"samefile", "sameopenfile", "samestat",]
2121

2222
# strings representing various path-related bits and pieces
2323
# These are primarily for export; internally, they are hardcoded.

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ Core and Builtins
190190
Library
191191
-------
192192

193+
- Issue #16788: Add samestat to Lib/ntpath.py
194+
193195
- Issue #16702: test_urllib2_localnet tests now correctly ignores proxies for
194196
localhost tests.
195197

0 commit comments

Comments
 (0)