Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c794a1cb
Commit
c794a1cb
authored
Jul 27, 2003
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gave the main NEWS file its own IDLE section, and populated it with a
blurb about ZoneAlarm (etc) nags.
parent
220fecf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
Misc/NEWS
Misc/NEWS
+13
-3
No files found.
Misc/NEWS
View file @
c794a1cb
...
...
@@ -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
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment