]> granicus.if.org Git - python/commit
compile(): Use the __debug__ flag to determine the proper filename extension
authorFred Drake <fdrake@acm.org>
Thu, 13 Mar 1997 14:13:16 +0000 (14:13 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 13 Mar 1997 14:13:16 +0000 (14:13 +0000)
commitef8dc06c01e71889122d7cfb2590cde12b8a9515
tree303d5d57266df4645ca7199ba965a7e3dfbd9695
parent6af0c00ab671aa6e276c9bbd20b9b71d9ae96264
compile():  Use the __debug__ flag to determine the proper filename extension
to use for the cached module code object.
Lib/py_compile.py