> > I can't run the ssl tests with -unetwork on my machine. Could somebody
> > please fix the test for me?
> > 
> > Christian
> 
> I see at least three "merges from the trunk" since I last touched it
> in December.  If you revert these (to Lib/ssl.py, Modules/_ssl.c, and
> Lib/test/test_ssl.py), I'll bet things will work again.  The trunk of
> ssl is out-of-date with regard to 3k.  We need to merge backward, not
> forward.  Time to fix this (in the trunk).
> 
> Why not revert these, and I understand there's some way of marking
> files to not be merged, now?  Please so mark these three files, and
> when it's working in 2.6 again, we can remove the marks.

Looking at these three, it seems that only Lib/test/test_ssl.py is
broken.  Could this be the effect of Trent's earlier work on port
selection in the testing framework?  Perhaps working from an earlier
revision, and checking it in on top of later work?

Bill
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to