summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idlever.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2004-07-15 04:54:57 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2004-07-15 04:54:57 (GMT)
commit8aa23927e339ca13459dd408751546352d81fefa (patch)
treedea516dd6ea1ea1db72769f96cfabcf86be3243f /Lib/idlelib/idlever.py
parent69dc1c8f6a6deffbc6fa076d9df4ffc3e3d85afa (diff)
downloadcpython-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.py2
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"