diff options
author | Tim Golden <mail@timgolden.me.uk> | 2014-04-27 17:02:35 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2014-04-27 17:02:35 (GMT) |
commit | 15efd2b6439d118ad1635d881753a42fed997eb0 (patch) | |
tree | cdc247ef049fcbb7c93078de6a27a9c5548dec74 /Misc | |
parent | 4675d798bfdef3ad916d1eef6d5a4d0529ccfda7 (diff) | |
download | cpython-15efd2b6439d118ad1635d881753a42fed997eb0.zip cpython-15efd2b6439d118ad1635d881753a42fed997eb0.tar.gz cpython-15efd2b6439d118ad1635d881753a42fed997eb0.tar.bz2 |
Issue #18314 Add NEWS item.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ Core and Builtins Library ------- +- Issue #18314: os.unlink now removes junction points on Windows. + Kim Gräsman + - Issue #19385: Make operations on a closed dbm.dumb database always raise the same exception. |