Commit cbf6aeee authored by Denis Bilenko's avatar Denis Bilenko

add info about gevent.httplib to test__all__.py

--HG--
extra : transplant_source : %BFr%0D%A6%82%9B%D2%97%B8%EC%AE%F5%DE2%1A%F8h%01%C5Y
parent bf12fa8d
...@@ -18,7 +18,8 @@ ANY = ANY() ...@@ -18,7 +18,8 @@ ANY = ANY()
NOT_IMPLEMENTED = { NOT_IMPLEMENTED = {
'socket': ['CAPI', 'gethostbyaddr', 'gethostbyname_ex', 'getnameinfo'], 'socket': ['CAPI', 'gethostbyaddr', 'gethostbyname_ex', 'getnameinfo'],
'thread': ['allocate', 'exit_thread', 'interrupt_main', 'start_new'], 'thread': ['allocate', 'exit_thread', 'interrupt_main', 'start_new'],
'select': ANY} 'select': ANY,
'httplib': ANY}
COULD_BE_MISSING = { COULD_BE_MISSING = {
'socket': ['create_connection', 'RAND_add', 'RAND_egd', 'RAND_status']} 'socket': ['create_connection', 'RAND_add', 'RAND_egd', 'RAND_status']}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment