commit | 8aa23927e339ca13459dd408751546352d81fefa | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Thu Jul 15 04:54:57 2004 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Thu Jul 15 04:54:57 2004 +0000 |
tree | dea516dd6ea1ea1db72769f96cfabcf86be3243f | |
parent | 69dc1c8f6a6deffbc6fa076d9df4ffc3e3d85afa [diff] [blame] |
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
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"