diff options
author | Georg Brandl <georg@python.org> | 2010-10-10 09:40:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-10 09:40:34 (GMT) |
commit | 002fa2de907a5b14f1674f8aba16d404bcb68a66 (patch) | |
tree | f55d7e8ba7ecbba6e3b0969fcf0ddbcccf2e6127 /Lib/idlelib | |
parent | de0b4d1abaf62ad706673d2b43f57ae283e832de (diff) | |
download | cpython-002fa2de907a5b14f1674f8aba16d404bcb68a66.zip cpython-002fa2de907a5b14f1674f8aba16d404bcb68a66.tar.gz cpython-002fa2de907a5b14f1674f8aba16d404bcb68a66.tar.bz2 |
Bump to 3.2a3.
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 d6d7b38..3976ae3 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2a2" +IDLE_VERSION = "3.2a3" |