bpo-34418: Fix HTTPErrorProcessor documentation by srittau · Pull Request #8793 · python/cpython (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation4 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

srittau

@srittau

berkerpeksag

@miss-islington

Thanks @srittau for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@berkerpeksag

@bedevere-bot

@bedevere-bot

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 17, 2018

@srittau @miss-islington

The http_response() and https_response() methods of the HTTPErrorProcessor class have two required parameters, 'request' and 'response'. (cherry picked from commit c53aaec)

Co-authored-by: Sebastian Rittau srittau@rittau.org

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 17, 2018

@srittau @miss-islington

The http_response() and https_response() methods of the HTTPErrorProcessor class have two required parameters, 'request' and 'response'. (cherry picked from commit c53aaec)

Co-authored-by: Sebastian Rittau srittau@rittau.org

miss-islington added a commit that referenced this pull request

Aug 17, 2018

@miss-islington @srittau

The http_response() and https_response() methods of the HTTPErrorProcessor class have two required parameters, 'request' and 'response'. (cherry picked from commit c53aaec)

Co-authored-by: Sebastian Rittau srittau@rittau.org

berkerpeksag pushed a commit that referenced this pull request

Aug 17, 2018

The http_response() and https_response() methods of the HTTPErrorProcessor class have two required parameters, 'request' and 'response'. (cherry picked from commit c53aaec)

Co-authored-by: Sebastian Rittau srittau@rittau.org

carljm added a commit to carljm/cpython that referenced this pull request

Aug 19, 2018

@carljm