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
55fc9ce7
Commit
55fc9ce7
authored
Apr 14, 2009
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix links
parent
d621dd7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/whatsnew/3.1.rst
Doc/whatsnew/3.1.rst
+4
-3
No files found.
Doc/whatsnew/3.1.rst
View file @
55fc9ce7
...
...
@@ -103,7 +103,7 @@ for thousands separators.
.. seealso::
:pep:`378` - Format Specifier for Thousands Separator
PEP written by Raymond Hettinger
;
implemented by Eric Smith and
PEP written by Raymond Hettinger
and
implemented by Eric Smith and
Mark Dickinson.
...
...
@@ -279,7 +279,8 @@ New, Improved, and Deprecated Modules
def test_gimzo_without_required_library(self):
...
Also, tests for exceptions have been builtout to work with context managers::
Also, tests for exceptions have been builtout to work with context managers
using the :keyword:`with` statement::
def test_division_by_zero(self):
with self.assertRaises(ZeroDivisionError):
...
...
@@ -305,7 +306,7 @@ New, Improved, and Deprecated Modules
(Contributed by Ross Light; :issue:`4285`.)
* A new module, :mod:`importlib` was added. It provides a complete, portable,
pure Python reference implementation of the
*import*
statement and its
pure Python reference implementation of the
:keyword:`import`
statement and its
counterpart, the :func:`__import__` function. It represents a substantial
step forward in documenting and defining the actions that take place during
imports.
...
...
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