diff options
author | Larry Hastings <larry@hastings.org> | 2015-09-06 07:31:02 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-09-06 07:31:02 (GMT) |
commit | 62b24624dd3eec75869372e08d5ecbc4b8976101 (patch) | |
tree | 9f7a1ee5ca6a413ef3448dc5f3a36e5e10b6f055 /Misc/NEWS | |
parent | 055a9e0bc8eb28fd64158ade11019b712116aeae (diff) | |
download | cpython-62b24624dd3eec75869372e08d5ecbc4b8976101.zip cpython-62b24624dd3eec75869372e08d5ecbc4b8976101.tar.gz cpython-62b24624dd3eec75869372e08d5ecbc4b8976101.tar.bz2 |
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,8 +22,6 @@ Library to support Python modules replacing themselves with extension modules. Patch by Petr Viktorin. -- Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. - - Issue #24635: Fixed a bug in typing.py where isinstance([], typing.Iterable) would return True once, then False on subsequent calls. |