diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-07 20:50:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-07 20:50:35 (GMT) |
commit | 1ae230aa1a0c7b51839c6d07eaaddfeef71be63b (patch) | |
tree | 3bb823b88b1310e670ac7f1f06e8470d215b7885 /Misc | |
parent | e48944b69c5c720a9ae5631daa4dbf27e8369371 (diff) | |
parent | a420c820fe243cbc0d729e9c60f8a93810e973a7 (diff) | |
download | cpython-1ae230aa1a0c7b51839c6d07eaaddfeef71be63b.zip cpython-1ae230aa1a0c7b51839c6d07eaaddfeef71be63b.tar.gz cpython-1ae230aa1a0c7b51839c6d07eaaddfeef71be63b.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -130,8 +130,6 @@ Core and Builtins Library ------- -- Issue #13719: Make the distutils upload command aware of bdist_msi products. - - Issue #14195: An issue that caused weakref.WeakSet instances to incorrectly return True for a WeakSet instance 'a' in both 'a < a' and 'a > a' has been fixed. |