summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <michael@python.org>2011-03-16 21:19:16 (GMT)
committerMichael Foord <michael@python.org>2011-03-16 21:19:16 (GMT)
commit07926f024a9dd0fab190273ed84f5f1a8667308f (patch)
tree5d85f5c56c15c3ac06615de276a35cecc6d4e0cb /Misc
parent78099bb153c2b8399f80cb32798dda7215945157 (diff)
downloadcpython-07926f024a9dd0fab190273ed84f5f1a8667308f.zip
cpython-07926f024a9dd0fab190273ed84f5f1a8667308f.tar.gz
cpython-07926f024a9dd0fab190273ed84f5f1a8667308f.tar.bz2
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 9af1442..eeea4ba 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.