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/idlelib/idlever.py | |
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/idlelib/idlever.py')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |