Skip to content

Fix the name of the type param to gevent.socket.getaddrinfo on Python 3#961

Merged
jamadden merged 4 commits into
masterfrom
issue960
Apr 6, 2017
Merged

Fix the name of the type param to gevent.socket.getaddrinfo on Python 3#961
jamadden merged 4 commits into
masterfrom
issue960

Conversation

@jamadden

@jamadden jamadden commented Apr 6, 2017

Copy link
Copy Markdown
Member

Previously it would produce a TypeError if a caller tried to pass it
as a keyword argument.

Add a test for this. Also add tests for smtpd under Python 3, which is
where the issue was discovered.

Fixes #960.

…thon 3.

Previously it would produce a TypeError if a caller tried to pass it
as a keyword argument.

Add a test for this. Also add tests for smtpd under Python 3, which is
where the issue was discovered.

Fixes #960.
@coveralls

coveralls commented Apr 6, 2017

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 7e6ed0a on issue960 into ** on master**.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants