Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da59bfe

Browse files
committed
patchcheck
1 parent 082fb8b commit da59bfe

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Lib/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ def _sys_version(sys_version=None):
10721072
r'(?:,\s*([\w ]*)' # ", builddate"
10731073
r'(?:,\s*([\w :]*))?)?\)\s*' # ", buildtime)<space>"
10741074
r'\[([^\]]+)\]?', re.ASCII) # "[compiler]"
1075-
1075+
10761076
if sys.platform.startswith('java'):
10771077
# Jython
10781078
name = 'Jython'

Lib/test/coding20731.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
#coding:latin1
2-
3-
4-

0 commit comments

Comments
 (0)