From 70f8ebe503fc7748db9b0c51cfbba20b1846a3c8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Feb 2021 22:21:32 +0100 Subject: [PATCH] Remove comment about a private email.headerregistry (GH-24233) It's been public since 2012: ea9766897bf1d2ccf610ff9ce805acca7c4cce6f --- Lib/email/headerregistry.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Lib/email/headerregistry.py b/Lib/email/headerregistry.py index d8613ebf24e..b590d69e8b7 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