diff options
-rw-r--r-- | CHANGES.txt | 10 |
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. |