diff options
author | Georg Brandl <georg@python.org> | 2012-09-09 09:19:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-09 09:19:17 (GMT) |
commit | 5497295917ec9ea054eb3e6daf0c06060901cc7e (patch) | |
tree | 0f1d77f8fa3bac2eb0c258b416751cf42a112d46 /Lib/idlelib | |
parent | 4725b13ab335ff320eef8dc115941b8d34026023 (diff) | |
parent | 05823f7d6783440920b11024bfc76f15e86093af (diff) | |
download | cpython-5497295917ec9ea054eb3e6daf0c06060901cc7e.zip cpython-5497295917ec9ea054eb3e6daf0c06060901cc7e.tar.gz cpython-5497295917ec9ea054eb3e6daf0c06060901cc7e.tar.bz2 |
Merge in changes from 3.3.0rc2 release clone.
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 4a65a88..b73ce75 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0rc1" +IDLE_VERSION = "3.3.0rc2" |