summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-07-27 20:23:49 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-07-27 20:23:49 (GMT)
commitc794a1cb2f5df8dbd7041b263bea4cabd3105f23 (patch)
tree7ae8b7f312569c08e4809492bf32a5c45451e093 /Misc
parent220fecf0f45b7ad6dde43a60e33f755793d8318d (diff)
downloadcpython-c794a1cb2f5df8dbd7041b263bea4cabd3105f23.zip
cpython-c794a1cb2f5df8dbd7041b263bea4cabd3105f23.tar.gz
cpython-c794a1cb2f5df8dbd7041b263bea4cabd3105f23.tar.bz2
Gave the main NEWS file its own IDLE section, and populated it with a
blurb about ZoneAlarm (etc) nags.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS16
1 files changed, 13 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b645b4e..f62bb44 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,10 +41,20 @@ Library
was needed to actually fix the problem, the cache code was not
restored.
-Tools/Demos
------------
+IDLE
+----
-- Calltips patches in IDLE.
+- IDLE displays a new message upon startup: some "personal firewall"
+ kinds of programs (for example, ZoneAlarm) open a dialog of their
+ own when any program opens a socket. IDLE does use sockets, talking
+ on the computer's internal loopback interface. This connection is not
+ visible on any external interface and no data is sent to or received
+ from the Internet. So, if you get such a dialog when opening IDLE,
+ asking whether to let pythonw.exe talk to address 127.0.0.1, say yes,
+ and rest assured no communication external to your machine is taking
+ place. If you don't allow it, IDLE won't be able to start.
+
+- Calltips patches.
Build
-----