cpython: cc3f7ef1072e (original) (raw)

Mercurial > cpython

changeset 81065:cc3f7ef1072e

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

Brian Curtin brian@python.org
date Wed, 26 Dec 2012 08:22:00 -0600
parents 9e980454b85e
children 2d1cfbaef9a2
files Lib/ntpath.py Misc/NEWS
diffstat 2 files changed, 3 insertions(+), 1 deletions(-)[+] [-] Lib/ntpath.py 2 Misc/NEWS 2

line wrap: on

line diff

--- a/Lib/ntpath.py +++ b/Lib/ntpath.py @@ -17,7 +17,7 @@ from genericpath import * "ismount", "expanduser","expandvars","normpath","abspath", "splitunc","curdir","pardir","sep","pathsep","defpath","altsep", "extsep","devnull","realpath","supports_unicode_filenames","relpath",

strings representing various path-related bits and pieces

These are primarily for export; internally, they are hardcoded.

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -190,6 +190,8 @@ Core and Builtins Library ------- +- Issue #16788: Add samestat to Lib/ntpath.py +