summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-06-09 09:23:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-06-09 09:23:43 -0400
commit7ae6e5e399dfd2274395aa11570184e47ee7144e (patch)
tree116db38689759a5dce785bc00eb2f84d938ef1d1 /CHANGES.txt
parent0cfd8865097b9093ee1fd50c49ceabad411c885e (diff)
downloadpython-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.txt4
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.
-----