commit | 2147857db3f0ac3ff0200e52c930ed5ef43c2bfd | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Oct 23 21:45:58 2013 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Oct 23 21:45:58 2013 -0700 |
tree | bee8b7b0db813d3947bdf5d720252b3cbee70682 | |
parent | 5d791802c925425e75370e88c7d1e68f23b7d724 [diff] [blame] |
Increase macurl2path test coverage
diff --git a/Misc/NEWS b/Misc/NEWS index 24089dc..4e8dab8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ 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).