]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add more names to ok_sys_names, including hexversion; otherwise the
authorGuido van Rossum <guido@python.org>
Tue, 19 Nov 2002 19:22:25 +0000 (19:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Nov 2002 19:22:25 +0000 (19:22 +0000)
commit954b3f75c7d799b61da8426a2d94e819a01a182b
tree1797110e9bf00a1f5b15d6c43061abd522b0729c
parent0d800ca9159fda0031e547d303bfce8af8d02984
Add more names to ok_sys_names, including hexversion; otherwise the
sre module and everything using it (e.g. re and glob) won't work.
Lib/rexec.py