Skip to content

Enum states Boundaries incorrectly (In docs and source code) #103115

Closed
@3SheepInATrenchcoat

Description

@3SheepInATrenchcoat

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 dirstdlibPython modules in the Lib dir

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions