]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove comment about a private email.headerregistry (GH-24233)
authorFlorian Bruhin <me@the-compiler.org>
Wed, 24 Feb 2021 21:21:32 +0000 (22:21 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Feb 2021 21:21:32 +0000 (17:21 -0400)
It's been public since 2012: ea9766897bf1d2ccf610ff9ce805acca7c4cce6f

Lib/email/headerregistry.py

index d8613ebf24e613743c94261f6f0a44857ca7c6ab..b590d69e8b744129a53c79f550a42e15c83e71e9 100644 (file)
@@ -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