Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restify PEP 3145 #143

Merged
merged 3 commits into from
Nov 28, 2016
Merged

Restify PEP 3145 #143

merged 3 commits into from
Nov 28, 2016

Conversation

Mariatta
Copy link
Member

I added the link to bug tracker issue 18823 (mentioned in PEP Withdrawal section) into the references section.
The rest was converted via a script.

Add the link to bug tracker into references section
http://mail.python.org/pipermail/python-bugs-list/2006-December/
036524.html
Since the Popen._recv function does not wait on data to be produced
before returning a value, it may return empty bytes. Popen.``asyncread``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you meant ``Popen.asyncread`` right? I'd keep the old formatless version since all of the other Popen.* or subprocess.Popen instances are not wrapped by backtics.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops. Yes, you are right. Thanks @berkerpeksag. Fixed :)

remove backticks from Popen.asyncread
add missing period.
@berkerpeksag berkerpeksag merged commit c6fbead into python:master Nov 28, 2016
@berkerpeksag
Copy link
Member

Thanks!

@Mariatta Mariatta deleted the restify-pep3145 branch March 2, 2017 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants