File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,20 @@ Library
4141 was needed to actually fix the problem, the cache code was not
4242 restored.
4343
44- Tools/Demos
45- -----------
44+ IDLE
45+ ----
4646
47- - Calltips patches in IDLE.
47+ - IDLE displays a new message upon startup: some "personal firewall"
48+ kinds of programs (for example, ZoneAlarm) open a dialog of their
49+ own when any program opens a socket. IDLE does use sockets, talking
50+ on the computer's internal loopback interface. This connection is not
51+ visible on any external interface and no data is sent to or received
52+ from the Internet. So, if you get such a dialog when opening IDLE,
53+ asking whether to let pythonw.exe talk to address 127.0.0.1, say yes,
54+ and rest assured no communication external to your machine is taking
55+ place. If you don't allow it, IDLE won't be able to start.
56+
57+ - Calltips patches.
4858
4959Build
5060-----
You can’t perform that action at this time.
0 commit comments