summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-07 09:09:40 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-07 09:09:40 (GMT)
commit15c5ce936f8dd2d83a02707efbeb88531f7514af (patch)
tree614b7f2f7611543ff18f6fdfaa0fd84d00b67671 /Misc
parent71ff64674375b355c9449f8b511b49756d880e48 (diff)
downloadcpython-15c5ce936f8dd2d83a02707efbeb88531f7514af.zip
cpython-15c5ce936f8dd2d83a02707efbeb88531f7514af.tar.gz
cpython-15c5ce936f8dd2d83a02707efbeb88531f7514af.tar.bz2
Patches #1550273, #1550272: fix a few bugs in unittest and add a
comprehensive test suite for the module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 362bd5b..34ed2c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,9 @@ Core and builtins
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.