summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-10-24 04:45:58 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-10-24 04:45:58 (GMT)
commit2147857db3f0ac3ff0200e52c930ed5ef43c2bfd (patch)
treebee8b7b0db813d3947bdf5d720252b3cbee70682 /Misc
parent5d791802c925425e75370e88c7d1e68f23b7d724 (diff)
downloadcpython-2147857db3f0ac3ff0200e52c930ed5ef43c2bfd.zip
cpython-2147857db3f0ac3ff0200e52c930ed5ef43c2bfd.tar.gz
cpython-2147857db3f0ac3ff0200e52c930ed5ef43c2bfd.tar.bz2
Increase macurl2path test coverage
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 24089dc..4e8dab8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #19350: Increasing the test coverage of macurl2path. Patch by Colin
+ Williams.
+
- Issue #19352: Fix unittest discovery when a module can be reached
through several paths (e.g. under Debian/Ubuntu with virtualenv).