[Python-checkins] cpython (3.5): whatsnew/3.5: Drop empty section
yury.selivanov
python-checkins at python.org
Fri Sep 11 06:51:30 CEST 2015
https://hg.python.org/cpython/rev/6e93dd5e880e
changeset: 97907:6e93dd5e880e
branch: 3.5
parent: 97905:d6436b84f3a4
user: Yury Selivanov <yselivanov at sprymix.com>
date: Fri Sep 11 00:50:39 2015 -0400
summary:
whatsnew/3.5: Drop empty section
files:
Doc/whatsnew/3.5.rst | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1832,13 +1832,6 @@
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
=======
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list