File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments