From 501c8f915fcebc91a7d3fe766e1c05ca6643e608 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Wed, 26 Dec 2012 07:11:14 -0600 Subject: [PATCH] Add NEWS entry for fixing #11939 --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f626c41d0fd4..da6fe29a66aa 100644 --- 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. -- 2.47.3