Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2c7ae777
Commit
2c7ae777
authored
Feb 06, 2015
by
Berker Peksag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in Doc/whatsnew/3.5.rst.
parent
db6273a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.5.rst
+6
-6
No files found.
Doc/whatsnew/3.5.rst
View file @
2c7ae777
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment