commit | 15c5ce936f8dd2d83a02707efbeb88531f7514af | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Mar 07 09:09:40 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Mar 07 09:09:40 2007 +0000 |
tree | 614b7f2f7611543ff18f6fdfaa0fd84d00b67671 | |
parent | 71ff64674375b355c9449f8b511b49756d880e48 [diff] [blame] |
Patches #1550273, #1550272: fix a few bugs in unittest and add a comprehensive test suite for the module.
diff --git a/Misc/NEWS b/Misc/NEWS index 362bd5b..34ed2c7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -152,6 +152,9 @@ Library ------- +- Patches #1550273, #1550272: fix a few bugs in unittest and add a + comprehensive test suite for the module. + - Patch #1001604: glob.glob() now returns unicode filenames if it was given a unicode argument and os.listdir() returns unicode filenames.