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
082a9b12
Commit
082a9b12
authored
Sep 09, 2014
by
Stefan Krah
Browse files
Options
Browse Files
Download
Plain Diff
Issue #22284: Merge 3.4
parents
38684c36
964feabd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Lib/decimal.py
Lib/decimal.py
+6
-0
No files found.
Lib/decimal.py
View file @
082a9b12
...
...
@@ -116,6 +116,9 @@ __all__ = [
# Two major classes
'Decimal'
,
'Context'
,
# Named tuple representation
'DecimalTuple'
,
# Contexts
'DefaultContext'
,
'BasicContext'
,
'ExtendedContext'
,
...
...
@@ -124,6 +127,9 @@ __all__ = [
'Inexact'
,
'Rounded'
,
'Subnormal'
,
'Overflow'
,
'Underflow'
,
'FloatOperation'
,
# Exceptional conditions that trigger InvalidOperation
'DivisionImpossible'
,
'InvalidContext'
,
'ConversionSyntax'
,
'DivisionUndefined'
,
# Constants for use in setting up contexts
'ROUND_DOWN'
,
'ROUND_HALF_UP'
,
'ROUND_HALF_EVEN'
,
'ROUND_CEILING'
,
'ROUND_FLOOR'
,
'ROUND_UP'
,
'ROUND_HALF_DOWN'
,
'ROUND_05UP'
,
...
...
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