diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 07:54:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 07:54:15 (GMT) |
commit | 2658bad090f47aec4982af5480f2f8491f87f843 (patch) | |
tree | 76baae944214ebdf245de28f1e329e5cd60983ac /Lib/idlelib | |
parent | 9e90b12bb255de186400a8576c784c4443963876 (diff) | |
parent | b772b03194dd42798c4f0d5cbd9a1a2b24bc89da (diff) | |
download | cpython-2658bad090f47aec4982af5480f2f8491f87f843.zip cpython-2658bad090f47aec4982af5480f2f8491f87f843.tar.gz cpython-2658bad090f47aec4982af5480f2f8491f87f843.tar.bz2 |
merge 3.3.5rc1 release commits with 3.3 branch
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 e9e88ef..4cd9862 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.4" +IDLE_VERSION = "3.3.5rc1" |