]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix long-hidden inconsistency in internal interface: 'find_modules()' now
authorGreg Ward <gward@python.net>
Tue, 15 Aug 2000 13:01:25 +0000 (13:01 +0000)
committerGreg Ward <gward@python.net>
Tue, 15 Aug 2000 13:01:25 +0000 (13:01 +0000)
commitc0fe82ca26b1da22e35f2d0676f09795d052e4f0
tree994c6598098a6ca1a022f06b584456ad32cf5aa0
parent16168477ebed81305c7b23f9c61fd558ba6e9f81
Fix long-hidden inconsistency in internal interface: 'find_modules()' now
represents packages as strings, not tuples.  This allowed a simplification
in 'get_package_dir()', too -- can now assume that 'package' is a string.
Lib/distutils/command/build_py.py