diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-17 10:26:48 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-07-17 10:26:48 (GMT) |
commit | cb478b72a361ad86546443980b805d4a02f5e587 (patch) | |
tree | e186fea765468f5dc5c8801dde8fde79d5ce90ce /Misc | |
parent | 26f91999b453563839466322164e566781f10ccd (diff) | |
parent | 880254e22235280cbbd5d5cb4474e822741f61f1 (diff) | |
download | cpython-cb478b72a361ad86546443980b805d4a02f5e587.zip cpython-cb478b72a361ad86546443980b805d4a02f5e587.tar.gz cpython-cb478b72a361ad86546443980b805d4a02f5e587.tar.bz2 |
Issue #17767: test_locale now works with unittest test discovery.
Original patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -529,6 +529,9 @@ Library Tests ----- +- Issue #17767: test_locale now works with unittest test discovery. + Original patch by Zachary Ware. + - Issue #18375: Assume --randomize when --randseed is used for running the testsuite. |