[Python-checkins] cpython: Add NEWS entry for fixing #11939

brian.curtin python-checkins at python.org
Wed Dec 26 14:11:42 CET 2012


http://hg.python.org/cpython/rev/82531b78b719
changeset:   81063:82531b78b719
user:        Brian Curtin <brian at python.org>
date:        Wed Dec 26 07:11:14 2012 -0600
summary:
  Add NEWS entry for fixing #11939

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@
 Core and Builtins
 -----------------
 
+- Issue #11939: Set the st_dev attribute of stat_result to allow Windows to
+  take advantage of the os.path.samefile/sameopenfile/samestat implementations
+  used by other platforms.
+
 - Issue #16772: The int() constructor's second argument (base) no longer
   accepts non integer values.  Consistent with the behavior in Python 2.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list