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")

Bill
_______________________________________________
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