diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 09:23:43 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-09 09:23:43 -0400 |
| commit | 7ae6e5e399dfd2274395aa11570184e47ee7144e (patch) | |
| tree | 116db38689759a5dce785bc00eb2f84d938ef1d1 /CHANGES.txt | |
| parent | 0cfd8865097b9093ee1fd50c49ceabad411c885e (diff) | |
| download | python-setuptools-git-7ae6e5e399dfd2274395aa11570184e47ee7144e.tar.gz | |
Prefer local implementation to markerlib implementation as markerlib implementation is not as complete.
--HG--
extra : histedit_source : 3855347db7042dc34032b6bfa7b4c4e5239c1c3f
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 01c70cce..34177d63 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,9 +6,7 @@ CHANGES 0.7.2 ----- -* Issue #14: Prefer markerlib for evaluation of marker expressions in extras. - Fall back to implementation based on 'parser' for Python 2.5 and 2.4 - clients. +* Issue #14: Use markerlib when the `parser` module is not available. * Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI. ----- |
