mirror of https://github.com/python/cpython.git
Remove comment about a private email.headerregistry (GH-24233)
It's been public since 2012: ea9766897b
This commit is contained in:
parent
32181be608
commit
70f8ebe503
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue