summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-03 18:24:52 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-03 18:24:52 (GMT)
commit9d5151a40ff1bf2ddb4fb2b034f636d59633a04a (patch)
treeea54194c5390b40231ae822b4f69d5645b57aad5
parent60c067c10e7f37aa56dab01ed9896cfae92f6737 (diff)
downloadcpython-9d5151a40ff1bf2ddb4fb2b034f636d59633a04a.zip
cpython-9d5151a40ff1bf2ddb4fb2b034f636d59633a04a.tar.gz
cpython-9d5151a40ff1bf2ddb4fb2b034f636d59633a04a.tar.bz2
fix date
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 83a64ba..5c6c8eb 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -52,7 +52,7 @@
when researching a change.
This article explains the new features in Python 2.7. Python 2.7 was released
-on July 7, 2010.
+on July 3, 2010.
Numeric handling has been improved in many ways, for both
floating-point numbers and for the :class:`~decimal.Decimal` class.