Skip to content

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

Merged
jamadden merged 4 commits intomasterfrom
issue960
Apr 6, 2017
Merged

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

Conversation

@jamadden
Copy link
Copy Markdown
Member

@jamadden jamadden commented Apr 6, 2017

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
Copy link
Copy Markdown

coveralls commented Apr 6, 2017

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