diff options
author | Michael Foord <michael@python.org> | 2011-03-16 21:19:16 (GMT) |
---|---|---|
committer | Michael Foord <michael@python.org> | 2011-03-16 21:19:16 (GMT) |
commit | 07926f024a9dd0fab190273ed84f5f1a8667308f (patch) | |
tree | 5d85f5c56c15c3ac06615de276a35cecc6d4e0cb /Misc | |
parent | 78099bb153c2b8399f80cb32798dda7215945157 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |