[Python-Dev] PEP 3144 review.
R. David Murray
rdmurray at bitdance.com
Tue Sep 29 21:31:31 CEST 2009
More information about the Python-Dev mailing list
Tue Sep 29 21:31:31 CEST 2009
- Previous message: [Python-Dev] PEP 3144 review.
- Next message: [Python-Dev] bug 3890
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 29 Sep 2009 at 15:24, R. David Murray wrote: > There's one place in this code where the inclusion of the 'ip' information > in the IPNetwork class could have been used. In the line that allows ICMP > traffic to the router's outside port, I could have written 'inside.ip' > instead of interfaces['inside'].ip. I think that would have confused me > when I came back to read the code later, though, since 'inside' is > otherwise a network object. Er, that should have been 'outside' in both the code and the paragraph above, of course. Which would also have run but produced incorrect output...make of that what you will :) --David
- Previous message: [Python-Dev] PEP 3144 review.
- Next message: [Python-Dev] bug 3890
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list