Closed
Description
Regarding howto/enum.
The documentation incorrectly states that The default for Flag is STRICT, the default for IntFlag is EJECT, and the default for _convert_ is KEEP (see ssl.Options for an example of when KEEP is needed).
. This is not the case, as Flag
uses CONFORM
and IntFlag
uses KEEP
.
This was changed by commits #96865 and #93250 respectively.
Additionally to the Documentation, the docstring for FlagBoundary
states this incorrectly as well.