mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
Add sys.flags.utf8_mode. (#3205)
This is new in Python 3.7: https://docs.python.org/3/library/sys.html#sys.flags
This commit is contained in:
@@ -83,6 +83,7 @@ class _flags:
|
||||
hash_randomization: int
|
||||
if sys.version_info >= (3, 7):
|
||||
dev_mode: int
|
||||
utf8_mode: int
|
||||
|
||||
float_info: _float_info
|
||||
class _float_info:
|
||||
|
||||
Reference in New Issue
Block a user