From: Florian Bruhin Date: Wed, 24 Feb 2021 21:21:32 +0000 (+0100) Subject: Remove comment about a private email.headerregistry (GH-24233) X-Git-Tag: v3.10.0a6~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70f8ebe503fc7748db9b0c51cfbba20b1846a3c8;p=thirdparty%2FPython%2Fcpython.git Remove comment about a private email.headerregistry (GH-24233) It's been public since 2012: ea9766897bf1d2ccf610ff9ce805acca7c4cce6f --- diff --git a/Lib/email/headerregistry.py b/Lib/email/headerregistry.py index d8613ebf24e6..b590d69e8b74 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