]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix unix socket error test on python 3 on linux.
authorBen Darnell <ben@bendarnell.com>
Sun, 22 Sep 2013 17:02:11 +0000 (13:02 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 22 Sep 2013 17:02:11 +0000 (13:02 -0400)
commit38330deff4a74ae0d7e25e5778b891ec72692667
treef7025d1389e30197cfd88be1b69a110f7f7a5458
parent8fa3bec804a04db18ecb9d98355ced222bc7e6ba
Fix unix socket error test on python 3 on linux.

The remote address of a unix socket is apparently an empty character
string on mac but an empty byte string on linux.
tornado/test/httpserver_test.py