Skip to content
Merged
2 changes: 1 addition & 1 deletion Lib/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ def _sys_version(sys_version=None):
r'(?:,\s*([\w ]*)' # ", builddate"
r'(?:,\s*([\w :]*))?)?\)\s*' # ", buildtime)<space>"
r'\[([^\]]+)\]?', re.ASCII) # "[compiler]"

if sys.platform.startswith('java'):
# Jython
name = 'Jython'
Expand Down
3 changes: 0 additions & 3 deletions Lib/test/coding20731.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#coding:latin1