summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-10 17:21:09 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-10 17:21:09 (GMT)
commitf2e677cec97b4e1198bde5fe65cd8a9610cd322b (patch)
tree604a4f803c2cfefd4635dced9b38f2ba7f8dd699 /Doc
parentc51ebce03b4d85d32e057d6fd54e91b8f7935015 (diff)
downloadcpython-f2e677cec97b4e1198bde5fe65cd8a9610cd322b.zip
cpython-f2e677cec97b4e1198bde5fe65cd8a9610cd322b.tar.gz
cpython-f2e677cec97b4e1198bde5fe65cd8a9610cd322b.tar.bz2
whatsnew: remove redundant entry.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 3ef10ba..38c0250 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
<http://en.wikipedia.org/wiki/ASLR>`_ and `Data Execution Prevention
<http://en.wikipedia.org/wiki/Data_Execution_Prevention>`_. (Contributed by