diff options
| author | Steven M. Gava <elguavas@python.net> | 2001-07-31 07:00:39 +0000 |
|---|---|---|
| committer | Steven M. Gava <elguavas@python.net> | 2001-07-31 07:00:39 +0000 |
| commit | 646c65c1179854d147f718715ce98e3b805b0458 (patch) | |
| tree | 51d31f621375708f064a949edf0d5f4b1c0cc35d /Lib/idlelib | |
| parent | 44d3d1a394571c6ddfe29911f92fdd29fd62db71 (diff) | |
| download | cpython-git-646c65c1179854d147f718715ce98e3b805b0458.tar.gz | |
removed redundant separate idlfefork ver
Diffstat (limited to 'Lib/idlelib')
| -rw-r--r-- | Lib/idlelib/idlever.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 077e3477b2..b5d70a7033 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1,2 +1 @@ -IDLE_VERSION = "0.8" -IDLEFORK_VERSION = "0.8.1" +IDLE_VERSION = "0.8.2" |
