diff options
author | Steven M. Gava <elguavas@python.net> | 2001-07-31 07:00:39 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2001-07-31 07:00:39 (GMT) |
commit | 646c65c1179854d147f718715ce98e3b805b0458 (patch) | |
tree | 51d31f621375708f064a949edf0d5f4b1c0cc35d /Lib | |
parent | 44d3d1a394571c6ddfe29911f92fdd29fd62db71 (diff) | |
download | cpython-646c65c1179854d147f718715ce98e3b805b0458.zip cpython-646c65c1179854d147f718715ce98e3b805b0458.tar.gz cpython-646c65c1179854d147f718715ce98e3b805b0458.tar.bz2 |
removed redundant separate idlfefork ver
Diffstat (limited to 'Lib')
-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 077e347..b5d70a7 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" |