* 841: Drop special exception for packages invoking win32com during the build/install process. See Distribute 118 for history.
28.8.0
Not secure
=======
* 629: Per the discussion, refine the sorting to use version value order for more accurate detection of the latest available version when scanning for packages. See also 829.
* 837: Rely on the config var "SO" for Python 3.3.0 only when determining the ext filename.
28.7.1
Not secure
=======
* 827: Update PyPI root for dependency links.
* 833: Backed out changes from 830 as the implementation seems to have problems in some cases.
28.7.0
Not secure
=======
* 832: Moved much of the namespace package handling functionality into a separate module for re-use in something like 789. * 830: ``sdist`` command no longer suppresses the inclusion of data files, re-aligning with the expectation of distutils and addressing 274 and 521.
28.6.1
Not secure
=======
* 816: Fix manifest file list order in tests.
28.6.0
Not secure
=======
* 629: When scanning for packages, ``pkg_resources`` now ignores empty egg-info directories and gives precedence to packages whose versions are lexicographically greatest, a rough approximation for preferring the latest available version.