diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-03 13:37:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-03 13:37:39 (GMT) |
commit | 47ab62176cc4b2c59cd71b41f7f347d4b5f5e4e6 (patch) | |
tree | f68aa544b3f487e7ad89433cb761f426a64f3a6f /Doc/whatsnew | |
parent | 15e5b1bf0b6d53b8eed2e1c825f37efba64f317e (diff) | |
download | cpython-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.rst | 5 |
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. |