]> granicus.if.org Git - python/commit
Instead of a single exists(), differentiate between files, modules,
authorGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:06:22 +0000 (22:06 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Jan 1998 22:06:22 +0000 (22:06 +0000)
commitd29806c37e69042bb6dcaded85beaeef790db605
treedbf3b72725fa30efa0ac72e33d8224aed92abac3
parent73bacfc3d7d00a4f3473c9d5bed276c958b40afb
Instead of a single exists(), differentiate between files, modules,
executable files, and directories.  When expecting a module, we also
look for the .pyc or .pyo file.
Modules/getpath.c