diff options
author | Stefan H. Holek <stefan@epy.co.at> | 2012-10-09 22:57:20 +0200 |
---|---|---|
committer | Stefan H. Holek <stefan@epy.co.at> | 2012-10-09 22:57:20 +0200 |
commit | db678072da41b75408680dab3e23c1b76573bf1d (patch) | |
tree | d0ab6b5b481999a066c0a9020f6d96efb4ce780d | |
parent | 95907bcc8ddc3f87e46fdc6b9518d3c2f2a015ed (diff) | |
download | external_python_setuptools-db678072da41b75408680dab3e23c1b76573bf1d.tar.gz external_python_setuptools-db678072da41b75408680dab3e23c1b76573bf1d.tar.bz2 external_python_setuptools-db678072da41b75408680dab3e23c1b76573bf1d.zip |
Update CHANGES.
--HG--
branch : distribute
extra : rebase_source : a97e83b5ec8e426bfd567cec9fbe1e2b39b0935a
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b59a0b00..e2b7874b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,12 @@ CHANGES 0.6.29 ------ +* Issue #320: Fix check for "createable" in distribute_setup.py. +* Issue #305: Remove a warning that was triggered during normal operations. +* Issue #311: Print metadata in UTF-8 independent of platform. +* Issue #303: Read manifest file with UTF-8 encoding under Python 3. +* Issue #301: Allow to run tests of namespace packages when using 2to3. +* Issue #304: Prevent import loop in site.py under Python 3.3. * Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3. * Issue #299: The develop command didn't work on Python 3, when using 2to3, as the egg link would go to the Python 2 source. Linking to the 2to3'd code |