diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-14 01:34:54 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-14 01:34:54 (GMT) |
commit | d664db8a7b71e9785520f911abe1618416e0c6bd (patch) | |
tree | a4709b8e9a23e0b5bb18a96deab6fbce8709a47a /Misc | |
parent | 44b03c5bf07443d7b04053888ffecb0c10b8411b (diff) | |
download | cpython-d664db8a7b71e9785520f911abe1618416e0c6bd.zip cpython-d664db8a7b71e9785520f911abe1618416e0c6bd.tar.gz cpython-d664db8a7b71e9785520f911abe1618416e0c6bd.tar.bz2 |
whatsnew: difflib.isbjunk &c were removed, not deprecated.
Also move NEWS item to correct position (it was in 3.3).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3077,6 +3077,9 @@ Library - Issue #17467: add readline and readlines support to mock_open in unittest.mock. +- Issue #13248: removed deprecated and undocumented difflib.isbjunk, + isbpopular. + - Issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. @@ -4512,8 +4515,6 @@ Core and Builtins Library ------- -- Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular. - - Issue #13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler. |