diff options
author | Robert Collins <rbtcollins@hp.com> | 2016-03-15 00:33:28 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2016-03-15 00:33:28 (GMT) |
commit | bfef0be42068adee3706dddd0dbae3c7aa6fce55 (patch) | |
tree | 54237d8303d5758f4d0549abc62fddbeed40b953 /Misc | |
parent | c4aec3628b6effcf205d70ce7d80f69847954b66 (diff) | |
parent | ecd5383891e705e24409719de9dbfda6b203a6f9 (diff) | |
download | cpython-bfef0be42068adee3706dddd0dbae3c7aa6fce55.zip cpython-bfef0be42068adee3706dddd0dbae3c7aa6fce55.tar.gz cpython-bfef0be42068adee3706dddd0dbae3c7aa6fce55.tar.bz2 |
#25320: Handle sockets in directories unittest discovery is scanning.
Patch from Victor van den Elzen.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -396,6 +396,7 @@ Lance Ellinghaus Daniel Ellis Phil Elson David Ely +Victor van den Elzen Jeff Epler Tom Epperly Gökcen Eraslan @@ -218,6 +218,9 @@ Core and Builtins Library ------- +- Issue #25320: Handle sockets in directories unittest discovery is scanning. + Patch from Victor van den Elzen. + - Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR. |