//pull_requests/show" data-pjax-transient="true"/>
www.fgks.org   »   [go: up one dir, main page]

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

bpo-39507: add HTTP status 418 "I'm a Teapot" #18291

Open
wants to merge 5 commits into
base: master
from

Conversation

@rrhodes
Copy link

rrhodes commented Jan 31, 2020

What?

Adding HTTP status 418 "I'm a Teapot" to HTTPStatus in http library.

Why?

HTTP status code documented in RFC 2324: Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0).

https://bugs.python.org/issue39507

rossrhodes
@the-knights-who-say-ni

This comment has been minimized.

Copy link

the-knights-who-say-ni commented Jan 31, 2020

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept this contribution by verifying everyone involved has signed the PSF contributor agreement (CLA).

CLA Missing

Our records indicate the following people have not signed the CLA:

@rrhodes

For legal reasons we need all the people listed to sign the CLA before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

If you have recently signed the CLA, please wait at least one business day
before our records are updated.

You can check yourself to see if the CLA has been received.

Thanks again for the contribution, we look forward to reviewing it!

@rrhodes

This comment has been minimized.

Copy link
Author

rrhodes commented Jan 31, 2020

Signed the CLA now. Following the given documentation and waiting at least one US business day for this to process.

Copy link
Member

corona10 left a comment

@codecov

This comment has been minimized.

Copy link

codecov bot commented Jan 31, 2020

Codecov Report

Merging #18291 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #18291      +/-   ##
==========================================
- Coverage   82.20%   82.12%   -0.08%     
==========================================
  Files        1957     1954       -3     
  Lines      589079   583368    -5711     
  Branches    44401    44401              
==========================================
- Hits       484247   479096    -5151     
+ Misses      95174    94630     -544     
+ Partials     9658     9642      -16     
Impacted Files Coverage Δ
Lib/distutils/tests/test_bdist_rpm.py 30.00% <0.00%> (-65.00%) ⬇️
Lib/distutils/command/bdist_rpm.py 7.63% <0.00%> (-56.88%) ⬇️
Lib/test/test_urllib2net.py 76.92% <0.00%> (-13.85%) ⬇️
Lib/test/test_smtpnet.py 78.57% <0.00%> (-12.86%) ⬇️
Lib/ftplib.py 63.85% <0.00%> (-6.06%) ⬇️
Lib/test/test_ftplib.py 87.11% <0.00%> (-4.72%) ⬇️
Lib/dbm/__init__.py 66.66% <0.00%> (-4.45%) ⬇️
Tools/scripts/db2pickle.py 17.82% <0.00%> (-3.97%) ⬇️
Lib/test/test_socket.py 71.94% <0.00%> (-3.87%) ⬇️
Tools/scripts/pickle2db.py 16.98% <0.00%> (-3.78%) ⬇️
... and 313 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58a4054...043570a. Read the comment docs.

@rrhodes

This comment has been minimized.

Copy link
Author

rrhodes commented Jan 31, 2020

Only outstanding action: waiting at least one business day for CLA records to update to include me.

@rrhodes

This comment has been minimized.

Copy link
Author

rrhodes commented Jan 31, 2020

@corona10, I think I’ve completed all outstanding tasks: CLA signed and all checks have passed. Anything further you require from me?

Copy link
Member

corona10 left a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.