diff options
author | Florian Bruhin <me@the-compiler.org> | 2021-02-24 21:21:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 21:21:32 (GMT) |
commit | 70f8ebe503fc7748db9b0c51cfbba20b1846a3c8 (patch) | |
tree | 5f150506d5b6e6ed2c1fb698d3e176ae56458e03 | |
parent | 32181be6081f6c70a1e0bd0540050805c8e88e83 (diff) | |
download | cpython-70f8ebe503fc7748db9b0c51cfbba20b1846a3c8.zip cpython-70f8ebe503fc7748db9b0c51cfbba20b1846a3c8.tar.gz cpython-70f8ebe503fc7748db9b0c51cfbba20b1846a3c8.tar.bz2 |
Remove comment about a private email.headerregistry (GH-24233)
It's been public since 2012: ea9766897bf1d2ccf610ff9ce805acca7c4cce6f
-rw-r--r-- | Lib/email/headerregistry.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/email/headerregistry.py b/Lib/email/headerregistry.py index d8613eb..b590d69 100644 --- a/Lib/email/headerregistry.py +++ b/Lib/email/headerregistry.py @@ -2,10 +2,6 @@ This module provides an implementation of the HeaderRegistry API. The implementation is designed to flexibly follow RFC5322 rules. - -Eventually HeaderRegistry will be a public API, but it isn't yet, -and will probably change some before that happens. - """ from types import MappingProxyType |