From: R David Murray Date: Mon, 10 Mar 2014 17:21:09 +0000 (-0400) Subject: whatsnew: remove redundant entry. X-Git-Tag: v3.4.1rc1~233^2~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2e677cec97b4e1198bde5fe65cd8a9610cd322b;p=python whatsnew: remove redundant entry. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 3ef10baed8..38c025015b 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1781,12 +1781,6 @@ Other Build and C API Changes object allocator have been silenced. (Contributed by Dhiru Kholia in :issue:`18596`.) -* New function :c:func:`Py_SetStandardStreamEncoding` allows an application - that is embedding Python to do the equivalent of setting - :envvar:`PYTHONIOENCODING`. Its arguments override the equivalent - values from :envvar:`PYTHONIOENCODING` if it exists. (Contributed - by Bastien Montagne and Nick Coghlan in :issue:`16129`.) - * The Windows build now uses `Address Space Layout Randomization `_ and `Data Execution Prevention `_. (Contributed by