diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-07-15 04:54:57 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-07-15 04:54:57 (GMT) |
commit | 8aa23927e339ca13459dd408751546352d81fefa (patch) | |
tree | dea516dd6ea1ea1db72769f96cfabcf86be3243f /Lib/idlelib/idlever.py | |
parent | 69dc1c8f6a6deffbc6fa076d9df4ffc3e3d85afa (diff) | |
download | cpython-8aa23927e339ca13459dd408751546352d81fefa.zip cpython-8aa23927e339ca13459dd408751546352d81fefa.tar.gz cpython-8aa23927e339ca13459dd408751546352d81fefa.tar.bz2 |
Checking sys.platform for substring 'win' was breaking IDLE docs on Mac
(darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580
M EditorWindow.py
M NEWS.txt
M configHelpSourceEdit.py
M idlever.py
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 1731166..18f3fe3 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1a0" +IDLE_VERSION = "1.1a2" |