diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-02-06 22:34:53 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-02-06 22:34:53 -0500 |
| commit | d7907a5c969ad05970e458cc7b69b522dda46164 (patch) | |
| tree | 331d812429dd7a44390dd5bb067b85caf681f98e /CHANGES.txt | |
| parent | d881174c2ecbc975f906758ae79f2fd4a491a779 (diff) | |
| download | python-setuptools-git-d7907a5c969ad05970e458cc7b69b522dda46164.tar.gz | |
Fix #272 - TypeError when namespace_package is unicode
--HG--
branch : distribute
extra : rebase_source : 5bb6bc394dbe2834977b853af85241ae0a472de6
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3c13ae20..cf901dc0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,6 +13,9 @@ CHANGES on Python 3. * Issue #269: AttributeError when an exception occurs reading Manifest.in on late releases of Python. +* Issue #272: Prevent TypeError when namespace package names are unicode + and single-install-externally-managed is used. Also fixes PIP issue + 449. ------ 0.6.24 |
