We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee22d9d commit 7a5587cCopy full SHA for 7a5587c
roundup/anypy/http_.py
@@ -1,6 +1,7 @@
1
try:
2
# Python 3+
3
from http import client, server
4
+ server.DEFAULT_ERROR_MESSAGE
5
except:
6
# Python 2.5-2.7
7
import httplib as client
0 commit comments