diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2015-02-06 10:17:49 +0200 | 
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2015-02-06 10:17:49 +0200 | 
| commit | 088ca8b9470e51b932b73d6b39d970b0292f2ba3 (patch) | |
| tree | d92b269b601ef468962041cad01f9f7ceff336f0 | |
| parent | 6cfb61f163f645b91d162ccb65655b94c9bebe2b (diff) | |
| download | cpython-git-088ca8b9470e51b932b73d6b39d970b0292f2ba3.tar.gz | |
Fix typos in Doc/whatsnew/3.5.rst.
| -rw-r--r-- | Doc/whatsnew/3.5.rst | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index eb2b838088..979d24186a 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -141,7 +141,7 @@ code  * The :func:`code.InteractiveInterpreter.showtraceback` method now prints    the full chained traceback, just like the interactive interpreter. -  (Contributed by Claudiu.Popa in :issue:`17442`.) +  (Contributed by Claudiu Popa in :issue:`17442`.)  compileall  ---------- @@ -192,7 +192,7 @@ imghdr  ------  * :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  --------- @@ -472,10 +472,10 @@ Changes in the Python API    **without** caching ``None`` in :data:`sys.path_importer_cache` which is    different than the typical case (:issue:`22834`). -* HTTP status code and messages from `http.client` and `http.server` were -  refactored into a common :class:`~http.HTTPStatus` enum.  The values in -  `http.client` and `http.server` remain available for backwards compatibility. -  (Contributed by Demian Brecht in :issue:`21793`.) +* HTTP status code and messages from :mod:`http.client` and :mod:`http.server` +  were refactored into a common :class:`~http.HTTPStatus` enum.  The values in +  :mod:`http.client` and :mod:`http.server` remain available for backwards +  compatibility.  (Contributed by Demian Brecht in :issue:`21793`.)  * When an import loader defines :meth:`~importlib.machinery.Loader.exec_module`    it is now expected to also define  | 
