23 Aug 2000

1.  SSL.Connection.makefile() returns an instance of BIO.IOBuffer, 
which is a file-like object. If you close the SSL.Connection, then 
try to read()/write() the BIO.IOBuffer, you'll get a core dump.

2.  m2_monitor.py works standalone, but doesn't work with Zope-2.1.6-src.

3.  If Python has been built --with-threads: iterative and forking servers
still need to M2Crypto.threading.init() _if_ callbacks are installed. 


