[issue23547] Engineering at Google in 2015

2015-02-28 Thread Michael Bevilacqua-Linn
New submission from Michael Bevilacqua-Linn: Hey thanks so much for reaching out! I'm not really interested in leaving Philly or my current job at the moment though... Thanks! MBL On Fri, Feb 27, 2015 at 4:48 AM, Margaret O'Reilly wrote: > Hi Michael, > > I hope you are

[issue17698] Setting allow_reuse_address in BaseHTTPServer has no effect.

2013-04-11 Thread Michael Bevilacqua-Linn
Michael Bevilacqua-Linn added the comment: Ack yes you're right, there was a bug in my test case... Sorry about that. -- ___ Python tracker <http://bugs.python.org/is

[issue17698] Setting allow_reuse_address in BaseHTTPServer has no effect.

2013-04-11 Thread Michael Bevilacqua-Linn
New submission from Michael Bevilacqua-Linn: Hello, In BaseHTTPServer line 104 is the following: allow_reuse_address = 1# Seems to make sense in testing environment This appears to attempt to set SO_REUSEADDR, but it doesn't actually do anything since the attribute that needs to b