summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <none@none>2009-09-27 05:07:16 +0300
committeragronholm <none@none>2009-09-27 05:07:16 +0300
commit652fa7853d69e6f8ea043657603b09f660758924 (patch)
treed91f166980a0201899ef812f8337d0fad9a00554
parent3f06b14ae21d70149f4f404f2d9d82f3842c23dc (diff)
downloadpython-setuptools-git-0.6.3.tar.gz
Added 0.6.3 changes0.6.3
--HG-- branch : distribute extra : rebase_source : f543e9cd782a3dee79a92756853efac5eb15551a
-rw-r--r--CHANGES.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c236c98e..92444002 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,7 +6,15 @@ CHANGES
0.6.3
-----
+setuptools
+==========
+
+* Fixed a bunch of calls to file() that caused crashes on Python 3.
+
+bootstrapping
+=============
+* Fixed a bug in sorting that caused bootstrap to fail on Python 3.
-----
0.6.2
@@ -15,7 +23,7 @@ CHANGES
setuptools
==========
-* Added Python 3 support. see docs/python3.txt
+* Added Python 3 support; see docs/python3.txt.
This closes http://bugs.python.org/setuptools/issue39.
* Added option to run 2to3 automatically when installing on Python 3.