diff options
author | Michael Foord <michael@voidspace.org.uk> | 2013-02-11 13:33:00 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2013-02-11 13:33:00 (GMT) |
commit | 890d72d3c9896812a4bb07e785b273d1e6b001b0 (patch) | |
tree | 4cad6b7bb54be19e838596b88bb34b696341c606 /Misc | |
parent | 3420057adbb1076875e448c52f03d9e3b2a40956 (diff) | |
parent | b71b8ec7b1d3ae8eb4f446387f766aea7d7d831b (diff) | |
download | cpython-890d72d3c9896812a4bb07e785b273d1e6b001b0.zip cpython-890d72d3c9896812a4bb07e785b273d1e6b001b0.tar.gz cpython-890d72d3c9896812a4bb07e785b273d1e6b001b0.tar.bz2 |
Merge. Closes issue 17052.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -250,7 +250,7 @@ Core and Builtins Library ------- -- Issue #17502: unittest discovery should use self.testLoader. +- Issue #17052: unittest discovery should use self.testLoader. - Issue #4591: Uid and gid values larger than 2**31 are supported now. |