+0
-2
lines changedFilter options
+0
-2
lines changed Original file line number Diff line number Diff line change
@@ -84,8 +84,6 @@
84
84
_SCHEME_KEYS = ('stdlib', 'platstdlib', 'purelib', 'platlib', 'include',
85
85
'scripts', 'data')
86
86
87
-
# FIXME don't rely on sys.version here, its format is an implementation detail
88
-
# of CPython, use sys.version_info or sys.hexversion
89
87
_PY_VERSION = sys.version.split()[0]
90
88
_PY_VERSION_SHORT = '%d.%d' % sys.version_info[:2]
91
89
_PY_VERSION_SHORT_NO_DOT = '%d%d' % sys.version_info[:2]
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4