Re: "urlopen" not thread safe

2007-03-17 Thread Gabriel Genellina
En Thu, 15 Mar 2007 21:12:46 -0300, John Nagle <[EMAIL PROTECTED]> escribió: > I was looking at the code for "urllib", and there's > some undocumented "FTP cacheing" code in there that's not thread safe. > The documentation for "urllib" > > Is there any good reason to keep that code in "

"urlopen" not thread safe

2007-03-15 Thread John Nagle
I was looking at the code for "urllib", and there's some undocumented "FTP cacheing" code in there that's not thread safe. The documentation for "urllib" Is there any good reason to keep that code in "urllib"? Unless something critical uses that undocumented feature, that code probably oug