[Python-checkins] Remove comment about a private email.headerregistry (GH-24233)

nanjekyejoannah webhook-mailer at python.org
Wed Feb 24 16:21:47 EST 2021


https://github.com/python/cpython/commit/70f8ebe503fc7748db9b0c51cfbba20b1846a3c8
commit: 70f8ebe503fc7748db9b0c51cfbba20b1846a3c8
branch: master
author: Florian Bruhin <me at the-compiler.org>
committer: nanjekyejoannah <33177550+nanjekyejoannah at users.noreply.github.com>
date: 2021-02-24T17:21:32-04:00
summary:

Remove comment about a private email.headerregistry (GH-24233)

It's been public since 2012: ea9766897bf1d2ccf610ff9ce805acca7c4cce6f

files:
M Lib/email/headerregistry.py

diff --git a/Lib/email/headerregistry.py b/Lib/email/headerregistry.py
index d8613ebf24e61..b590d69e8b744 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
 



More information about the Python-checkins mailing list