diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-09 23:04:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-09 23:04:04 (GMT) |
commit | e95a8f6ff1830bcd59e149b52174a82276fed0f3 (patch) | |
tree | e1e58434093c84189669dbf71823e5ab2ce05cd8 /Lib | |
parent | f51c384a0af9cc233b52ea98313e312dcb414dce (diff) | |
download | cpython-e95a8f6ff1830bcd59e149b52174a82276fed0f3.zip cpython-e95a8f6ff1830bcd59e149b52174a82276fed0f3.tar.gz cpython-e95a8f6ff1830bcd59e149b52174a82276fed0f3.tar.bz2 |
bump to 2.7.3 finalv2.7.3
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index a137950..036062c 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7.3rc2" +__version__ = "2.7.3" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index eba4b9f..72666cb 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.3rc2" +IDLE_VERSION = "2.7.3" |