Checkpoint. 218 tests are okay; 53 are failing. Done so far:
- all classes are new-style (but ripping out classobject.[ch] isn't done)
- int/int -> float
- all exceptions must derive from BaseException
- absolute import
- 'as' and 'with' are keywords
diff --git a/README b/README
index cce60fa..70cb26d 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 2.5 alpha 0
-==================================
+This is Python 3000 -- unversioned (branched off 2.5 pre alpha 1)
+=================================================================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
All rights reserved.