aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt3
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 149b1fed..14f26d26 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,8 @@ CHANGES
* Issue 294: setup.py can now be invoked from any directory.
* Scripts are now installed honoring the umask.
* Added support for .dist-info directories.
-* Issue #283 bdist_egg issues with python 3.3.0aX
+* Issue #283 bdist_egg issues with python 3.3.0aX.
+* Test and fix for marshal.load of .pyc files on Python 3.3.
------
0.6.27
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 65dd0039..d44bdbee 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -14,6 +14,7 @@ Contributors
* Jim Fulton
* Justin Azoff
* Lennart Regebro
+* Marc Abramowitz
* Martin von Löwis
* Noufal Ibrahim
* Philip Jenvey