projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0104bcd
)
Fix typo.
author
Georg Brandl
<georg@python.org>
Sun, 11 Jul 2010 09:26:57 +0000
(09:26 +0000)
committer
Georg Brandl
<georg@python.org>
Sun, 11 Jul 2010 09:26:57 +0000
(09:26 +0000)
Doc/whatsnew/2.7.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/2.7.rst
b/Doc/whatsnew/2.7.rst
index cea055758d2f24e9819c635a0d4b66e3599a731b..5aa632a56100431d975944acc1b4b8df4438677a 100644
(file)
--- a/
Doc/whatsnew/2.7.rst
+++ b/
Doc/whatsnew/2.7.rst
@@
-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
results more correctly, and :func:`repr` of a floating-point
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 :cfunc:`PyLong_AsLongAndOverflow` C API function.