diff options
author | Barry Warsaw <barry@python.org> | 2011-05-23 15:22:56 -0400 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-05-23 15:22:56 -0400 |
commit | cf0d8ab818852503057b8ade6cccc403fbb5d2be (patch) | |
tree | 8fcd89ece63691dade1d0c0f5c78f5b70eb84880 /Lib/idlelib/idlever.py | |
parent | e26bc109ffe4ca1c0cb73270d6f8662e6191cb40 (diff) | |
download | cpython-git-cf0d8ab818852503057b8ade6cccc403fbb5d2be.tar.gz |
Replay changeset 70238:03e488b5c009 from fubar branch. Original commit
message:
Reconcile with the 2.6svn branch. The 2.6.7 release will be made from
Subversion, but there were differences, so this brings them in sync. These
changes should *not* propagate to any newer versions.
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 2888aaf5ca..23959679e6 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6.6" +IDLE_VERSION = "2.6.7rc1" |