summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-28 15:11:08 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-28 15:11:08 (GMT)
commit49b2086a2e1d43230bcb66dac38643b3736c24a6 (patch)
tree8c35997f93b0aaccdb02dd649fe4624625cf220f /Misc
parent30080fd63d29e736e64d4d7b790f36485e0099b1 (diff)
downloadcpython-49b2086a2e1d43230bcb66dac38643b3736c24a6.zip
cpython-49b2086a2e1d43230bcb66dac38643b3736c24a6.tar.gz
cpython-49b2086a2e1d43230bcb66dac38643b3736c24a6.tar.bz2
Issue #21493: Added test for ntpath.expanduser(). Original patch by
Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 917c292..f191683 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Library
Tests
-----
+- Issue #21493: Added test for ntpath.expanduser(). Original patch by
+ Claudiu Popa.
+
- Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
- Issue #13355: random.triangular() no longer fails with a ZeroDivisionError