Staging
v0.8.1
https://github.com/python/cpython
Revision f66f4a09d0b6817fe6a86a567fd506aa223f1563 authored by Miss Islington (bot) on 09 December 2019, 02:11:31 UTC, committed by GitHub on 09 December 2019, 02:11:31 UTC

This adds a new InvalidMessageID token to the email header parser which can be
used to represent invalid message-id headers in the parse tree.
(cherry picked from commit 68157da8b42b26408af5d157d2dba4fcf29c6320)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
1 parent 960fca1
Raw File
Tip revision: f66f4a09d0b6817fe6a86a567fd506aa223f1563 authored by Miss Islington (bot) on 09 December 2019, 02:11:31 UTC
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
Tip revision: f66f4a0
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top