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

[3.6] Implement BaseRequest.get_extra_info() (#4196) #4231

Merged
merged 1 commit into from
Oct 18, 2019

Commits on Oct 18, 2019

  1. [3.6] Implement BaseRequest.get_extra_info() (#4196)

    * Add get_extra_info for BaseRequest
    
    `BaseRequest.get_extra_info()` provides a shortcut for accessing extra
    information from the underlying protocols' transport
    
    * Add get_extra_info default value test
    
    * Add return type annotation to BaseRequest.get_extra_info()
    
    * Remove async from BaseRequest.get_extra_info()
    
    * Rewrite get_extra_info test, cover all branches
    
    * Add news entry to CHANGES for #4189
    
    * Add Raphael Bialon to CONTRIBUTORS.txt
    
    * Add documentation for BaseRequest.get_extra_info()
    
    * Update web_reference.rst
    
    Add versionadded to get_extra_info() documentation
    (cherry picked from commit fbc9cf6)
    
    Co-authored-by: Raphael Bialon <rbialon@users.noreply.github.com>
    rbialon authored and asvetlov committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    dfc562d View commit details
    Browse the repository at this point in the history