Guido van Rossum
|
b940e113bf
|
SF patch 1631942 by Collin Winter:
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
|
2007-01-10 16:19:56 +00:00 |
Georg Brandl
|
7cae87ca7b
|
Patch #1550800: make exec a function.
|
2006-09-06 06:51:57 +00:00 |
Guido van Rossum
|
4117e5428b
|
nannified
|
1998-09-14 16:44:15 +00:00 |
Guido van Rossum
|
42ded89c08
|
Reformulate security check using getsockname().
|
1997-07-19 21:29:28 +00:00 |
Guido van Rossum
|
eca991df27
|
Change security policy -- only accept requests from current host.
|
1997-07-19 21:13:53 +00:00 |
Guido van Rossum
|
5c8b991175
|
New example of threaded embedding
|
1997-07-19 21:00:47 +00:00 |