diff options
author | Georg Brandl <georg@python.org> | 2011-09-04 08:35:54 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-04 08:35:54 +0200 |
commit | 3484a8771c7e4f8da65960d32c25071432f8afd3 (patch) | |
tree | ea586dacd5e2ed1315932d6a645383de30d70237 /Lib/idlelib | |
parent | e3bb2cfb7ad8325dbf98312592221efc6e7625f2 (diff) | |
parent | d42b7a332c40a54d1fe0a9b8a5b9f8d419c6bb90 (diff) | |
download | cpython-git-3484a8771c7e4f8da65960d32c25071432f8afd3.tar.gz |
Merge with 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 3fc5e7f775..97bf87bbc2 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.1" +IDLE_VERSION = "3.2.2" |