mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Fix typos in Doc/whatsnew/3.5.rst.
This commit is contained in:
parent
6cfb61f163
commit
088ca8b947
1 changed files with 6 additions and 6 deletions
|
@ -141,7 +141,7 @@ code
|
||||||
|
|
||||||
* The :func:`code.InteractiveInterpreter.showtraceback` method now prints
|
* The :func:`code.InteractiveInterpreter.showtraceback` method now prints
|
||||||
the full chained traceback, just like the interactive interpreter.
|
the full chained traceback, just like the interactive interpreter.
|
||||||
(Contributed by Claudiu.Popa in :issue:`17442`.)
|
(Contributed by Claudiu Popa in :issue:`17442`.)
|
||||||
|
|
||||||
compileall
|
compileall
|
||||||
----------
|
----------
|
||||||
|
@ -192,7 +192,7 @@ imghdr
|
||||||
------
|
------
|
||||||
|
|
||||||
* :func:`~imghdr.what` now recognizes the `OpenEXR <http://www.openexr.com>`_
|
* :func:`~imghdr.what` now recognizes the `OpenEXR <http://www.openexr.com>`_
|
||||||
format. (Contributed by Martin vignali and Cladui Popa in :issue:`20295`.)
|
format. (Contributed by Martin Vignali and Claudiu Popa in :issue:`20295`.)
|
||||||
|
|
||||||
importlib
|
importlib
|
||||||
---------
|
---------
|
||||||
|
@ -472,10 +472,10 @@ Changes in the Python API
|
||||||
**without** caching ``None`` in :data:`sys.path_importer_cache` which is
|
**without** caching ``None`` in :data:`sys.path_importer_cache` which is
|
||||||
different than the typical case (:issue:`22834`).
|
different than the typical case (:issue:`22834`).
|
||||||
|
|
||||||
* HTTP status code and messages from `http.client` and `http.server` were
|
* HTTP status code and messages from :mod:`http.client` and :mod:`http.server`
|
||||||
refactored into a common :class:`~http.HTTPStatus` enum. The values in
|
were refactored into a common :class:`~http.HTTPStatus` enum. The values in
|
||||||
`http.client` and `http.server` remain available for backwards compatibility.
|
:mod:`http.client` and :mod:`http.server` remain available for backwards
|
||||||
(Contributed by Demian Brecht in :issue:`21793`.)
|
compatibility. (Contributed by Demian Brecht in :issue:`21793`.)
|
||||||
|
|
||||||
* When an import loader defines :meth:`~importlib.machinery.Loader.exec_module`
|
* When an import loader defines :meth:`~importlib.machinery.Loader.exec_module`
|
||||||
it is now expected to also define
|
it is now expected to also define
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue