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
This commit is contained in:
Kurt B. Kaiser 2004-07-15 04:54:57 +00:00
parent 69dc1c8f6a
commit 8aa23927e3
4 changed files with 39 additions and 23 deletions

View file

@ -1 +1 @@
IDLE_VERSION = "1.1a0"
IDLE_VERSION = "1.1a2"