Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd89912

Browse files
committed
Issue #13835: fixes to What's new 3.3; patch by July Tikhonov
1 parent 0648458 commit cd89912

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Some smaller changes made to the core Python language are:
284284
* Equality comparisons on :func:`range` objects now return a result reflecting
285285
the equality of the underlying sequences generated by those range objects.
286286

287-
(:issue:`13021`)
287+
(:issue:`13201`)
288288

289289
* The ``count()``, ``find()``, ``rfind()``, ``index()`` and ``rindex()``
290290
methods of :class:`bytes` and :class:`bytearray` objects now accept an
@@ -807,8 +807,8 @@ Deprecated Python modules, functions and methods
807807

808808
* The :mod:`packaging` module replaces the :mod:`distutils` module
809809
* The ``unicode_internal`` codec has been deprecated because of the
810-
:pep:`393`, use UTF-8, UTF-16 (``utf-16-le`` or ``utf-16-le``), or UTF-32
811-
(``utf-32-le`` or ``utf-32-le``)
810+
:pep:`393`, use UTF-8, UTF-16 (``utf-16-le`` or ``utf-16-be``), or UTF-32
811+
(``utf-32-le`` or ``utf-32-be``)
812812
* :meth:`ftplib.FTP.nlst` and :meth:`ftplib.FTP.dir`: use
813813
:meth:`ftplib.FTP.mlsd`
814814
* :func:`platform.popen`: use the :mod:`subprocess` module. Check especially

0 commit comments

Comments
 (0)