Skip to content

Commit

Permalink
sys.flags: add safe_path for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored May 7, 2022
1 parent e8b3619 commit 74507bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/sys.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ class _flags(_uninstantiable_structseq, _FlagTuple):
if sys.version_info >= (3, 10):
@property
def warn_default_encoding(self) -> int: ... # undocumented
if sys.version_info >= (3, 11):
@property
def safe_path(self) -> bool: ...

float_info: _float_info

Expand Down

0 comments on commit 74507bc

Please sign in to comment.