diff options
author | Éric Araujo <merwok@netwok.org> | 2012-03-07 19:48:55 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-03-07 19:48:55 (GMT) |
commit | a420c820fe243cbc0d729e9c60f8a93810e973a7 (patch) | |
tree | 95ab920de5247537f83e2ac95831a5f7c592bb70 /Misc | |
parent | 30b8e5461d4d913365ae4151616089107ec9cfac (diff) | |
download | cpython-a420c820fe243cbc0d729e9c60f8a93810e973a7.zip cpython-a420c820fe243cbc0d729e9c60f8a93810e973a7.tar.gz cpython-a420c820fe243cbc0d729e9c60f8a93810e973a7.tar.bz2 |
Backout buggy patch committed for #13719
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. |