diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-24 11:47:29 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-24 11:47:29 -0500 |
commit | ab5a044aec9cb12343ac66009d40e84799d52dc7 (patch) | |
tree | bd859aaeedc5c4a1013b2b0a2e603fca0057d2f4 /Lib/idlelib | |
parent | 349c900ed0e3b4b2071e4259d02b5474f7f7a0ec (diff) | |
parent | 195261ea458c37d60f06abd05a02c63b16014b59 (diff) | |
download | cpython-git-ab5a044aec9cb12343ac66009d40e84799d52dc7.tar.gz |
merge 3.2.2 release branch for rc
Diffstat (limited to 'Lib/idlelib')
-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 97bf87bbc2..cbcda05fdb 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.2" +IDLE_VERSION = "3.2.3rc1" |