mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
c0fe82ca26
represents packages as strings, not tuples. This allowed a simplification in 'get_package_dir()', too -- can now assume that 'package' is a string.