diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-24 16:47:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-24 16:47:29 (GMT) |
commit | ab5a044aec9cb12343ac66009d40e84799d52dc7 (patch) | |
tree | bd859aaeedc5c4a1013b2b0a2e603fca0057d2f4 /Lib | |
parent | 349c900ed0e3b4b2071e4259d02b5474f7f7a0ec (diff) | |
parent | 195261ea458c37d60f06abd05a02c63b16014b59 (diff) | |
download | cpython-ab5a044aec9cb12343ac66009d40e84799d52dc7.zip cpython-ab5a044aec9cb12343ac66009d40e84799d52dc7.tar.gz cpython-ab5a044aec9cb12343ac66009d40e84799d52dc7.tar.bz2 |
merge 3.2.2 release branch for rc
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 9ec6165..3697505 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2.2" +__version__ = "3.2.3rc1" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 97bf87b..cbcda05 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.2" +IDLE_VERSION = "3.2.3rc1" |