File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 141141
142142* The :func: `code.InteractiveInterpreter.showtraceback ` method now prints
143143 the full chained traceback, just like the interactive interpreter.
144- (Contributed by Claudiu. Popa in :issue: `17442 `.)
144+ (Contributed by Claudiu Popa in :issue: `17442 `.)
145145
146146compileall
147147----------
@@ -192,7 +192,7 @@ imghdr
192192------
193193
194194* :func: `~imghdr.what ` now recognizes the `OpenEXR <http://www.openexr.com >`_
195- format. (Contributed by Martin vignali and Cladui Popa in :issue: `20295 `.)
195+ format. (Contributed by Martin Vignali and Claudiu Popa in :issue: `20295 `.)
196196
197197importlib
198198---------
@@ -472,10 +472,10 @@ Changes in the Python API
472472 **without ** caching ``None `` in :data: `sys.path_importer_cache ` which is
473473 different than the typical case (:issue: `22834 `).
474474
475- * HTTP status code and messages from `http.client ` and `http.server ` were
476- refactored into a common :class: `~http.HTTPStatus ` enum. The values in
477- `http.client ` and `http.server ` remain available for backwards compatibility.
478- (Contributed by Demian Brecht in :issue: `21793 `.)
475+ * HTTP status code and messages from :mod: `http.client ` and :mod: `http.server `
476+ were refactored into a common :class: `~http.HTTPStatus ` enum. The values in
477+ :mod: `http.client ` and :mod: `http.server ` remain available for backwards
478+ compatibility. (Contributed by Demian Brecht in :issue: `21793 `.)
479479
480480* When an import loader defines :meth: `~importlib.machinery.Loader.exec_module `
481481 it is now expected to also define
You can’t perform that action at this time.
0 commit comments