There was an error while loading. Please reload this page.
1 parent 0648458 commit cd89912Copy full SHA for cd89912
1 file changed
Doc/whatsnew/3.3.rst
@@ -284,7 +284,7 @@ Some smaller changes made to the core Python language are:
284
* Equality comparisons on :func:`range` objects now return a result reflecting
285
the equality of the underlying sequences generated by those range objects.
286
287
- (:issue:`13021`)
+ (:issue:`13201`)
288
289
* The ``count()``, ``find()``, ``rfind()``, ``index()`` and ``rindex()``
290
methods of :class:`bytes` and :class:`bytearray` objects now accept an
@@ -807,8 +807,8 @@ Deprecated Python modules, functions and methods
807
808
* The :mod:`packaging` module replaces the :mod:`distutils` module
809
* 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``)
+ :pep:`393`, use UTF-8, UTF-16 (``utf-16-le`` or ``utf-16-be``), or UTF-32
+ (``utf-32-le`` or ``utf-32-be``)
812
* :meth:`ftplib.FTP.nlst` and :meth:`ftplib.FTP.dir`: use
813
:meth:`ftplib.FTP.mlsd`
814
* :func:`platform.popen`: use the :mod:`subprocess` module. Check especially
0 commit comments