summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-05-28 15:11:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-05-28 15:11:29 (GMT)
commitffc1e6d42b3e8ffff7cdc6ff80dc9582c86a26c8 (patch)
tree3e25ccd4b62b2db64344b88d4890537de9a7af0e /Misc
parent47a981337a8f3898482a1c0c51ad2d91c7a6bc2f (diff)
downloadcpython-ffc1e6d42b3e8ffff7cdc6ff80dc9582c86a26c8.zip
cpython-ffc1e6d42b3e8ffff7cdc6ff80dc9582c86a26c8.tar.gz
cpython-ffc1e6d42b3e8ffff7cdc6ff80dc9582c86a26c8.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 57cf50f..f82d3c5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,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 #21522: Added Tkinter tests for Listbox.itemconfigure(),