summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <michael@python.org>2011-03-16 17:19:16 -0400
committerMichael Foord <michael@python.org>2011-03-16 17:19:16 -0400
commit6a196e40868fc3d3a120fe8f9d62a05da0f043dc (patch)
tree9debe47f90de80daa345e852c0635f3709a9e79c /Misc
parent2e01fce5e38211179fe7ffa251142539662592f0 (diff)
downloadcpython-6a196e40868fc3d3a120fe8f9d62a05da0f043dc.tar.gz
Closes issue 11503. Improves test coverage of posixpath.
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 9af1442468..eeea4ba097 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,6 +126,8 @@ Tools/Demos
Tests
-----
+- Issue #11503: improve test coverage of posixpath.py. Patch by Evan Dandrea.
+
- Issue #11505: improves test coverage of string.py. Patch by Alicia
Arlen.