summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-03 13:37:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-03 13:37:39 (GMT)
commit47ab62176cc4b2c59cd71b41f7f347d4b5f5e4e6 (patch)
treef68aa544b3f487e7ad89433cb761f426a64f3a6f /Doc/whatsnew
parent15e5b1bf0b6d53b8eed2e1c825f37efba64f317e (diff)
downloadcpython-47ab62176cc4b2c59cd71b41f7f347d4b5f5e4e6.zip
cpython-47ab62176cc4b2c59cd71b41f7f347d4b5f5e4e6.tar.gz
cpython-47ab62176cc4b2c59cd71b41f7f347d4b5f5e4e6.tar.bz2
add release date
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 07f474d..83a64ba 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -51,9 +51,8 @@
This saves the maintainer some effort going through the SVN logs
when researching a change.
-This article explains the new features in Python 2.7. The final
-release of 2.7 is currently scheduled for July 2010; the detailed
-schedule is described in :pep:`373`.
+This article explains the new features in Python 2.7. Python 2.7 was released
+on July 7, 2010.
Numeric handling has been improved in many ways, for both
floating-point numbers and for the :class:`~decimal.Decimal` class.