]> granicus.if.org Git - python/commit
Split ``get_platform()`` into ``get_supported_platform()`` and
authorPhillip J. Eby <pje@telecommunity.com>
Tue, 18 Apr 2006 15:30:05 +0000 (15:30 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Tue, 18 Apr 2006 15:30:05 +0000 (15:30 +0000)
commit54ddd23987f40e4318e20c6eef87009727be9f76
tree54863941ea9c3fb5f04bbb7ba63297c345540d5c
parent9d89299feab30c530d2ee756ea8da2e54234bc97
Split ``get_platform()`` into ``get_supported_platform()`` and
``get_build_platform()`` to work around a Mac versioning problem that caused
the behavior of ``compatible_platforms()`` to be platform specific.
Lib/pkg_resources.py
Lib/setuptools.egg-info/PKG-INFO
Lib/setuptools/command/bdist_egg.py