Add NEWS entry for fixing #11939

This commit is contained in:
Brian Curtin 2012-12-26 07:11:14 -06:00
parent 490b32a397
commit 501c8f915f
1 changed files with 4 additions and 0 deletions

View File

@ -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.