diff options
| author | Kurt B. Kaiser <kbk@shore.net> | 2009-04-23 02:36:01 (GMT) |
|---|---|---|
| committer | Kurt B. Kaiser <kbk@shore.net> | 2009-04-23 02:36:01 (GMT) |
| commit | f13447f3f75c7b56eec6a602b0b72a48fbbc5486 (patch) | |
| tree | 3f4db5bc2b7d00a12478cb3565aacfa33a8ec48c /Lib/idlelib/idlever.py | |
| parent | 8100bd8431cae4b079ffc1f0c3e33ba019661994 (diff) | |
| download | cpython-f13447f3f75c7b56eec6a602b0b72a48fbbc5486.zip cpython-f13447f3f75c7b56eec6a602b0b72a48fbbc5486.tar.gz cpython-f13447f3f75c7b56eec6a602b0b72a48fbbc5486.tar.bz2 | |
Produce correct version string to access the .chm
docs on Windows. Patch 5783 gpolo. Will port.
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 1071ada..57dbd44 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.6" +IDLE_VERSION = "2.7a0" |
