]> granicus.if.org Git - python/commit
Another patch from Bill Janssen that:
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Aug 2007 22:20:03 +0000 (22:20 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 26 Aug 2007 22:20:03 +0000 (22:20 +0000)
commitd6a51e64d7f9a4ed1e6969bd7ea4d60d97e8df23
tree740db6a1d7f867e689d04731ea122a4036294f8e
parent1b2f62d139257643b844eae6e951309d5aae472f
Another patch from Bill Janssen that:
1)  Fixes the bug that two class names are initial-lower-case.
2)  Replaces the poll waiting for the server to become ready with
    a threading.Event signal.
Lib/test/test_ssl.py