We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18427ec commit 0ad3a29Copy full SHA for 0ad3a29
Lib/test/test_cmd_line.py
@@ -56,7 +56,7 @@ def test_usage(self):
56
# but the rest should be ASCII-only
57
b''.join(lines[1:]).decode('ascii')
58
59
- # TODO: RUSTPYTHON
+ # NOTE: RUSTPYTHON version never starts with Python
60
@unittest.expectedFailure
61
def test_version(self):
62
version = ('Python %d.%d' % sys.version_info[:2]).encode("ascii")
0 commit comments