Skip to content

Commit 94cbf8d

Browse files
corona10nineteendo
andauthored
Update Lib/platform.py
Co-authored-by: Nice Zombies <[email protected]>
1 parent f135b42 commit 94cbf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,10 +1156,10 @@ def _sys_version(sys_version=None):
11561156
sys_version_parser = re.compile(
11571157
r'([\w.+]+)\s*' # "version<space>"
11581158
r'\(#?([^,]+)' # "(#buildno"
1159-
r'(?:,\s*([\w ]*)' # ", buildate"
1159+
r'(?:,\s*([\w ]*)' # ", builddate"
11601160
r'(?:,\s*([\w :]*))?)?' # ", buildtime"
11611161
r'(?:,\s*(free-threading))?\)*\s*' # ",'free-threading')<space>'"
1162-
r'\[([^\]]+)\]?', re.ASCII) #"[compiler]"
1162+
r'\[([^\]]+)\]?', re.ASCII) # "[compiler]"
11631163

11641164
if sys.platform.startswith('java'):
11651165
# Jython

0 commit comments

Comments
 (0)