Is it using fork()? Threads?

On Tue, Aug 12, 2008 at 10:01 AM, Bill Janssen <[EMAIL PROTECTED]> wrote:
> Every so often, running the SSL test suite in verbose mode, I get
> something like this:
>
>  server: connection cipher is now ('AES256-SHA', 'TLSv1/SSLv3', 256)
>  server: connection cipher is now ('AES256-SHA', 'TLSv1/SSLv3', 256)
>
> That is, duplicate output lines.  Any idea why that is?  They're all
> written with something like:
>
>  if support.verbose:
>      sys.stdout.write(" some message\n")

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to