-retrieving revision 1.28
-diff -u -4 -r1.28 python.cxx
---- Source/Modules/python.cxx  18 Nov 2003 20:19:15 -0000      1.28
-+++ Source/Modules/python.cxx  27 Nov 2003 00:52:28 -0000
-@@ -67,8 +67,19 @@
-      -new_repr       - Use more informative version of __repr__ in proxy classes\n\
-      -noexcept       - No automatic exception handling\n\
-      -noproxy        - Don't generate proxy classes \n\n";
+retrieving revision 1.33
+diff -u -4 -r1.33 python.cxx
+--- Source/Modules/python.cxx  9 Dec 2003 02:52:07 -0000       1.33
++++ Source/Modules/python.cxx  11 Dec 2003 18:11:22 -0000
+@@ -54,8 +54,17 @@
+ static  int       have_constructor;
+ static  int       have_repr;
+ static  String   *real_classname;