diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-07 12:36:45 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-07 12:36:45 -0500 |
| commit | d30d526eb40a4855a3589d895aac75900aedfc44 (patch) | |
| tree | 15366506fa94551b2fd182fdb379ebd62cfa4650 /CHANGES.txt | |
| parent | ef565f9ddd20ca66d1c1ff57da4ceb91038010e0 (diff) | |
| download | python-setuptools-git-d30d526eb40a4855a3589d895aac75900aedfc44.tar.gz | |
Exempt lib2to3 pickled grammars from the DirectorySandboxing. Fixes #121.2.0
--HG--
extra : histedit_source : 6cd9a3c6003d3f6de2f8e676b61589db4dffafb0
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f04f5b91..90e2aaa8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ CHANGES 2.0 --- +* Issue #121: Exempt lib2to3 pickled grammars from DirectorySandbox. * Issue #41: Dropped support for Python 2.4 and Python 2.5. Clients requiring setuptools for those versions of Python should use setuptools 1.x. * Removed ``setuptools.command.easy_install.HAS_USER_SITE``. Clients |
