diff options
| author | Kurt B. Kaiser <kbk@shore.net> | 2009-04-25 17:26:39 (GMT) |
|---|---|---|
| committer | Kurt B. Kaiser <kbk@shore.net> | 2009-04-25 17:26:39 (GMT) |
| commit | 834b7ab909a486b73428012e9ce925be0cec3918 (patch) | |
| tree | a5dab114bce7bee4327c6359e8c9c6e5b700a215 /Lib/idlelib/idlever.py | |
| parent | 6c863d1ab2c86d6c67ea9162e75fca4a6f5f901a (diff) | |
| download | cpython-834b7ab909a486b73428012e9ce925be0cec3918.zip cpython-834b7ab909a486b73428012e9ce925be0cec3918.tar.gz cpython-834b7ab909a486b73428012e9ce925be0cec3918.tar.bz2 | |
Merged revisions 71812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71812 | kurt.kaiser | 2009-04-22 22:36:01 -0400 (Wed, 22 Apr 2009) | 2 lines
Produce correct version string to access the .chm
docs on Windows. Patch 5783 gpolo. Will port.
........
Also, I straightened out NEWS.txt, bumped idlever.py, and updated CREDITS.txt.
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 d045694..ba9dbbd 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6.2" +IDLE_VERSION = "2.6.3rc1" |
