You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, asFlag
usesCONFORM
andIntFlag
usesKEEP
.This was changed by commits #96865 and #93250 respectively.
Additionally to the Documentation, the docstring for
FlagBoundary
states this incorrectly as well.The text was updated successfully, but these errors were encountered: