Re: urllib2 OpenerDirector question on usage.

2006-06-23 Thread John J. Lee
"Ant" <[EMAIL PROTECTED]> writes: > I am using urllib2 as a part of a web testing tool. One of the things I > am testing is the effect of two different people perforing the same > actions on the website - do they interfer with each other or not. > > So to emulate this, I essentially have the foll

urllib2 OpenerDirector question on usage.

2006-06-21 Thread Ant
Hello all, I am using urllib2 as a part of a web testing tool. One of the things I am testing is the effect of two different people perforing the same actions on the website - do they interfer with each other or not. So to emulate this, I essentially have the following function: def get_opener()