[Zope3-dev] Zope3 vs CVS Python

Jeremy Hylton jeremy@alum.mit.edu
Mon, 5 Aug 2002 08:49:58 -0400


>>>>> "TP" == Tim Peters <tim@zope.com> writes:

  TP> [Jeremy Hylton]
  >> Can you run httplib.py as a script?  There's a bit of test code
  >> that is run if __name__ == "__main__".  I've made a bunch of
  >> changes to httplib recently, but haven't tested then on Windows.

  TP> Cool!  It's not immediately obvious to me whether running it
  TP> failed or passed, but it didn't raise any exceptions.  I'll
  TP> attach the output (there's some binary data in it, so maybe it
  TP> won't come across intact).

Thanks!  That looks okay by me.  You should really ship OpenSSL with
Python on Windows so that the test produces more output <wink>.

I guess I'll wait for Shane to point a finger at someone who changed
httplib before looking at it more.

Jeremy