Skip to content

Commit c794a1c

Browse files
committed
Gave the main NEWS file its own IDLE section, and populated it with a
blurb about ZoneAlarm (etc) nags.
1 parent 220fecf commit c794a1c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Misc/NEWS

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4959
Build
5060
-----

0 commit comments

Comments
 (0)