mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
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:
parent
69dc1c8f6a
commit
8aa23927e3
4 changed files with 39 additions and 23 deletions
|
@ -1 +1 @@
|
|||
IDLE_VERSION = "1.1a0"
|
||||
IDLE_VERSION = "1.1a2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue