]> granicus.if.org Git - python/commitdiff
whatsnew: remove redundant entry.
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 17:21:09 +0000 (13:21 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 17:21:09 +0000 (13:21 -0400)
Doc/whatsnew/3.4.rst

index 3ef10baed8d16c2b4132bd6a504187f429656a95..38c025015bf7ee065636f195c0b8094bb5e55fe3 100644 (file)
@@ -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