Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
60573cac
Commit
60573cac
authored
Jan 11, 2010
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
evdns: add QUERY_NO_SEARCH constant
parent
f17f2570
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
gevent/evdns.py
gevent/evdns.py
+7
-1
No files found.
gevent/evdns.py
View file @
60573cac
...
...
@@ -22,9 +22,15 @@ The errors are reported through a subclass of :class:`gaierror` - :class:`DNSErr
from
gevent
import
core
from
gevent.hub
import
Waiter
from
_socket
import
gaierror
from
gevent.core
import
DNS_QUERY_NO_SEARCH
as
QUERY_NO_SEARCH
__all__
=
[
'DNSError'
,
'dns_resolve_ipv4'
,
'dns_resolve_ipv6'
,
'dns_resolve_reverse'
,
'dns_resolve_reverse_ipv6'
]
__all__
=
[
'DNSError'
,
'dns_resolve_ipv4'
,
'dns_resolve_ipv6'
,
'dns_resolve_reverse'
,
'dns_resolve_reverse_ipv6'
,
'QUERY_NO_SEARCH'
]
# move from here into Hub.__init__ (once event_init() is move here as well)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment