Skip to content

Commit 0ad3a29

Browse files
committed
Remove TODO from RustPython-invalid test_cmd_line.test_version
1 parent 18427ec commit 0ad3a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_cmd_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_usage(self):
5656
# but the rest should be ASCII-only
5757
b''.join(lines[1:]).decode('ascii')
5858

59-
# TODO: RUSTPYTHON
59+
# NOTE: RUSTPYTHON version never starts with Python
6060
@unittest.expectedFailure
6161
def test_version(self):
6262
version = ('Python %d.%d' % sys.version_info[:2]).encode("ascii")

0 commit comments

Comments
 (0)