mirror of https://github.com/python/cpython
Add a NEWS entry for rev. 54207,8.
(backport from rev. 54222)
This commit is contained in:
parent
dfc2966001
commit
d59ea47e0c
|
@ -197,6 +197,12 @@ Extension Modules
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- unittest now verifies more of its assumptions. In particular, TestCase
|
||||||
|
and TestSuite subclasses (not instances) are no longer accepted in
|
||||||
|
TestSuite.addTest(). This should cause no incompatibility since it
|
||||||
|
never made sense with ordinary subclasses -- the failure just occurred
|
||||||
|
later, with a more cumbersome exception.
|
||||||
|
|
||||||
- Patch #1001604: glob.glob() now returns unicode filenames if it was
|
- Patch #1001604: glob.glob() now returns unicode filenames if it was
|
||||||
given a unicode argument and os.listdir() returns unicode filenames.
|
given a unicode argument and os.listdir() returns unicode filenames.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue