summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-14 01:34:54 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-14 01:34:54 (GMT)
commitd664db8a7b71e9785520f911abe1618416e0c6bd (patch)
treea4709b8e9a23e0b5bb18a96deab6fbce8709a47a /Misc
parent44b03c5bf07443d7b04053888ffecb0c10b8411b (diff)
downloadcpython-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/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 66fa653..91c6693 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.