summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-12-26 14:22:00 (GMT)
committerBrian Curtin <brian@python.org>2012-12-26 14:22:00 (GMT)
commitae57cec791214b5609ad66f6c7a6e10ce3985911 (patch)
tree518a8a2f6228566f67da5683aea8d815c80d4b00 /Misc
parente701ec5d3fbe9889ef17ff15c6eff325e8705b86 (diff)
downloadcpython-ae57cec791214b5609ad66f6c7a6e10ce3985911.zip
cpython-ae57cec791214b5609ad66f6c7a6e10ce3985911.tar.gz
cpython-ae57cec791214b5609ad66f6c7a6e10ce3985911.tar.bz2
Fix #16788. Add samestat to Lib/ntpath.py
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5dbb6a5..72ac2b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -190,6 +190,8 @@ Core and Builtins
Library
-------
+- Issue #16788: Add samestat to Lib/ntpath.py
+
- Issue #16702: test_urllib2_localnet tests now correctly ignores proxies for
localhost tests.