-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors #6804
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. When your account is ready, please add a comment in this pull request Thanks again to your contribution and we look forward to looking at it! |
@hawkowl The change looks good to me - can you click "Details" on that failed check and follow the instructions to add the NEWS entry? (It's very easy - thank Larry :) ) @ned-deily I think this is fine, but I'll leave it to you to merge/backport (feel free to remove the label) |
@zooba it'd be easier with towncrier ;) -- but, I don't think it needs a new news entry, from looking at the details? |
(it doesn't need one as it's under a current 'what's new', I think?) |
Thanks @hawkowl for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
…ng in FieldStorage use the given errors (pythonGH-6804) (cherry picked from commit 545c955) Co-authored-by: Amber Brown <hawkowl@atleastfornow.net>
GH-6837 is a backport of this pull request to the 3.7 branch. |
https://bugs.python.org/issue33497