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
de41bf3d
Commit
de41bf3d
authored
Jul 11, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
0104bcdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/whatsnew/2.7.rst
Doc/whatsnew/2.7.rst
+1
-1
No files found.
Doc/whatsnew/2.7.rst
View file @
de41bf3d
...
@@ -146,7 +146,7 @@ A partial list of 3.1 features that were backported to 2.7:
...
@@ -146,7 +146,7 @@ A partial list of 3.1 features that were backported to 2.7:
* Float-to-string and string-to-float conversions now round their
* Float-to-string and string-to-float conversions now round their
results more correctly, and :func:`repr` of a floating-point
results more correctly, and :func:`repr` of a floating-point
number *x* returns a result that's guaranteed to round back to the
number *x* returns a result that's guaranteed to round back to the
same number when converted back to a
string
.
same number when converted back to a
float
.
* The :ctype:`PyCapsule` type, used to provide a C API for extension modules.
* The :ctype:`PyCapsule` type, used to provide a C API for extension modules.
* The :cfunc:`PyLong_AsLongAndOverflow` C API function.
* The :cfunc:`PyLong_AsLongAndOverflow` C API function.
...
...
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