[Python-checkins] cpython: whatsnew: remove redundant entry.

r.david.murray python-checkins at python.org
Mon Mar 10 23:11:36 CET 2014


http://hg.python.org/cpython/rev/69e589e5eb1a
changeset:   89568:69e589e5eb1a
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Mar 10 13:21:09 2014 -0400
summary:
  whatsnew: remove redundant entry.

files:
  Doc/whatsnew/3.4.rst |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1781,12 +1781,6 @@
   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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list