File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 141
141
142
142
* The :func: `code.InteractiveInterpreter.showtraceback ` method now prints
143
143
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 `.)
145
145
146
146
compileall
147
147
----------
@@ -192,7 +192,7 @@ imghdr
192
192
------
193
193
194
194
* :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 `.)
196
196
197
197
importlib
198
198
---------
@@ -472,10 +472,10 @@ Changes in the Python API
472
472
**without ** caching ``None `` in :data: `sys.path_importer_cache ` which is
473
473
different than the typical case (:issue: `22834 `).
474
474
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 `.)
479
479
480
480
* When an import loader defines :meth: `~importlib.machinery.Loader.exec_module `
481
481
it is now expected to also define
You can’t perform that action at this time.
0 commit comments