PEP 684: Fix invalid format for Discussions-To header by CAM-Gerlach · Pull Request #2395 · python/peps · GitHub
Skip to content

PEP 684: Fix invalid format for Discussions-To header - #2395

Merged
AA-Turner merged 1 commit into
python:mainfrom
CAM-Gerlach:pep-684-fix-invalid-discussions-to-header
Mar 9, 2022
Merged

AA-Turner merged 1 commit into
python:mainfrom
CAM-Gerlach:pep-684-fix-invalid-discussions-to-header

Conversation

@CAM-Gerlach

@CAM-Gerlach CAM-Gerlach commented Mar 9, 2022

Copy link
Copy Markdown
Member

In #2393 , the Discussions-To header of PEP 684 was updated to an invalid format, per the initial discussion in #2266 documentation in #2346 , initial processing implementation in #2351 , final implementation and full conform in #2361 , and as stated in PEP 1 (PEP-0001) and PEP 12 (PEP-0012) and approved by the Steering Council in python/steering-council#113 . This PR fixes that.

To note, I've already implemented and tested updates to the validators to catch regressions like this and hopefully avoid this incident in the future, so that the headers can be easily parsed programmatically (which allows us to do all sorts of nice things without having to touch existing PEPs or ask anything more of PEP authors), and PEP authors are given immediate and specific feedback in case of mistakes. They're just blocked on #2375 which is blocked on #2358 , which should hopefully all be merged very soon.

@ericsnowcurrently ericsnowcurrently left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

People should post to python-dev for discussion, not the archive that link points to. But I guess it isn't that important in the end. It just means Discussions-to isn't all that meaningful. :)

@CAM-Gerlach

CAM-Gerlach commented Mar 9, 2022

Copy link
Copy Markdown
Member Author

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.

5 participants