From: Yury Selivanov Date: Fri, 11 Sep 2015 04:50:39 +0000 (-0400) Subject: whatsnew/3.5: Drop empty section X-Git-Tag: v3.5.1rc1~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd8d52b96c4b8f929f9ea5c164ee38a0bcc014f6;p=python whatsnew/3.5: Drop empty section --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index f706e92345..b87a001e02 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1832,13 +1832,6 @@ The :mod:`inspect` :func:`~inspect.getfullargspec`, Use of ``re.LOCALE`` flag with str patterns or ``re.ASCII`` is now deprecated. (Contributed by Serhiy Storchaka in :issue:`22407`.) -.. XXX: - - Deprecated functions and types of the C API - ------------------------------------------- - - * None yet. - Removed =======