From d7907a5c969ad05970e458cc7b69b522dda46164 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 6 Feb 2012 22:34:53 -0500 Subject: Fix #272 - TypeError when namespace_package is unicode --HG-- branch : distribute extra : rebase_source : 5bb6bc394dbe2834977b853af85241ae0a472de6 --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.txt') 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 -- cgit v1.2.1