-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibPython modules in the Lib dirPython modules in the Lib dir
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.
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibPython modules in the Lib dirPython modules in the Lib dir