diff options
author | Georg Brandl <georg@python.org> | 2011-05-13 04:50:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-13 04:50:56 (GMT) |
commit | cc5ea6860f059049e5c7825d9c3c47600a5d9a42 (patch) | |
tree | b342f227ba88b77d083c827bf9281dbe76a58ce9 /Lib/idlelib | |
parent | 00dd182b8ec1629a35cb6e9d551dedff6b7149f7 (diff) | |
parent | 34f2433f2f2128664c69d2ab3599d2d409bbc7d5 (diff) | |
download | cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.zip cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.tar.gz cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.tar.bz2 |
Merge in changes from 3.2.1b1 release repo.
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 5b0907e..1ccd96a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2" +IDLE_VERSION = "3.2.1b1" |