Skip to content

Commit 03b38d4

Browse files
authored
Add sys.flags.utf8_mode. (#3205)
This is new in Python 3.7: https://docs.python.org/3/library/sys.html#sys.flags
1 parent ce0f5b2 commit 03b38d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/3/sys.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class _flags:
8383
hash_randomization: int
8484
if sys.version_info >= (3, 7):
8585
dev_mode: int
86+
utf8_mode: int
8687

8788
float_info: _float_info
8889
class _float_info:

0 commit comments

Comments
 (0)