]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New way of generating .pyc files, thanks to Sjoerd.
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:52:58 +0000 (10:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:52:58 +0000 (10:52 +0000)
commit3bb54487675cd28166fc7271b5788b185bcc1b63
tree4dd685744d72cedf72db3194a8ffc8f0846d0cfb
parent7b1e974b4bd7c17cd90a6d03bab0aaa079d78d29
New way of generating .pyc files, thanks to Sjoerd.
urllib.py: '+' is not always safe (even though the RFC says so :-( )
whrandom.py: throw away top bits of time to avoid overflow on Mac
(where times can be negative)
Lib/compileall.py [new file with mode: 0644]
Lib/importall.py
Lib/py_compile.py [new file with mode: 0644]
Lib/urllib.py
Lib/whrandom.py