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

Error on multiple email addresses #2565

Closed
PythonCHB opened this issue Apr 29, 2022 · 3 comments
Closed

Error on multiple email addresses #2565

PythonCHB opened this issue Apr 29, 2022 · 3 comments
Labels

Comments

@PythonCHB
Copy link
Contributor

I'm working on a new draft PEP in a fork.

My email address has changed since I wrote PEP-485, so I am using a new on in the draft. However, I get:

 ExtensionError(__("Handler %r for event %r threw an exception") %
sphinx.errors.ExtensionError: Handler <function create_pep_zero at 0x110796440> for event 'env-before-read-docs' threw an exception (exception: some authors have more than one email address listed:
    Barker, Christopher: {'[email protected]', '[email protected]'})

Actually, I still do use both email addresses, but prefer the [email protected] for work not related to my job.

I guess the thing to do is to put in a PR to change the email in PEP-485, but is it intentional that there can no be more than one email associated with an author?

Thanks,

-CHB

@AA-Turner
Copy link
Member

Yes, as we only display one email per author in PEP 0.

A

@PythonCHB
Copy link
Contributor Author

OK -- so I guess I should submit a PR to change the older email, yes?

@AA-Turner
Copy link
Member

Ping me and I'll merge.

A

PythonCHB added a commit to PythonCHB/peps that referenced this issue Apr 29, 2022
Updating so I can submit a new PEP with matching email.

Per Issue python#2565 -- there can only be one per author.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants