summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-11-17 02:00:19 +0100
committerAntoine Pitrou <solipsis@pitrou.net>2011-11-17 02:00:19 +0100
commit45b3ad420dbbfaf38691dcc509f20781956a24e0 (patch)
tree57e1e711f86c96daf16cab0a20c75394f4b72836
parentbeb7836260127be0723b4aabdf6a667fe620119a (diff)
downloadcpython-git-45b3ad420dbbfaf38691dcc509f20781956a24e0.tar.gz
Remove XXX, as the functions and macros are mentioned in the porting section
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 8b91a0006c..d048489b6e 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -120,8 +120,6 @@ Changes introduced by :pep:`393` are the following:
* The :file:`./configure` flag ``--with-wide-unicode`` has been removed.
-XXX mention new and deprecated functions and macros
-
PEP 3151: Reworking the OS and IO exception hierarchy
=====================================================