Author: georg.brandl
Date: Mon Jun 11 19:05:47 2007
New Revision: 55907

Modified:
   python/branches/p3yk/Include/object.h
Log:
Add a comment to explain that nb_oct and nb_hex are nonfunctional.


Modified: python/branches/p3yk/Include/object.h
==============================================================================
--- python/branches/p3yk/Include/object.h       (original)
+++ python/branches/p3yk/Include/object.h       Mon Jun 11 19:05:47 2007
@@ -171,6 +171,7 @@
        unaryfunc nb_int;
        unaryfunc nb_long;
        unaryfunc nb_float;
+       /* NB: nb_oct and nb_hex are not used anymore. */
        unaryfunc nb_oct;
        unaryfunc nb_hex;
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to