diff options
| author | Georg Brandl <georg@python.org> | 2014-03-09 10:17:23 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-03-09 10:17:23 (GMT) |
| commit | 5e572fd490c625193e043ee6e8a9e54900e008b1 (patch) | |
| tree | f428a2f254cfabed4d23703737c1bb1ed1cb9501 /Lib/idlelib/idlever.py | |
| parent | e46abb42deeffd535e926337a1507f604252a816 (diff) | |
| parent | 92d2d346ef705c3b9e15a028b1c74c3b840e93fb (diff) | |
| download | cpython-5e572fd490c625193e043ee6e8a9e54900e008b1.zip cpython-5e572fd490c625193e043ee6e8a9e54900e008b1.tar.gz cpython-5e572fd490c625193e043ee6e8a9e54900e008b1.tar.bz2 | |
merge with 3.3.5 release repo
Diffstat (limited to 'Lib/idlelib/idlever.py')
| -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 a984854..044bef9 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.5rc2" +IDLE_VERSION = "3.3.5" |
