]> granicus.if.org Git - python/commitdiff
Add NEWS entry for fixing #11939
authorBrian Curtin <brian@python.org>
Wed, 26 Dec 2012 13:11:14 +0000 (07:11 -0600)
committerBrian Curtin <brian@python.org>
Wed, 26 Dec 2012 13:11:14 +0000 (07:11 -0600)
Misc/NEWS

index f626c41d0fd451b38ec6f81130aab6f05e9583b3..da6fe29a66aa7730eea8a8b38fb2089dd04a5acf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.4.0 Alpha 1?
 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.