]> granicus.if.org Git - python/commitdiff
Comment on PyNumber_Check().
authorGuido van Rossum <guido@python.org>
Mon, 18 Nov 2002 16:27:16 +0000 (16:27 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Nov 2002 16:27:16 +0000 (16:27 +0000)
Misc/NEWS

index d6708359e17115c17ae06a336a506d49842d7c15..e1df18efc0e989b39d8418ec55c357e3f840c6f0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -693,7 +693,9 @@ C API
 
 - PyNumber_Check() now returns true for string and unicode objects.
   This is a result of these types having a partially defined
-  tp_as_number slot.
+  tp_as_number slot.  (This is not a feature, but an indication that
+  PyNumber_check() is not very useful to determine numeric behavior.
+  It may be deprecated.)
 
 - The string object's layout has changed: the pointer member
   ob_sinterned has been replaced by an int member ob_sstate.  On some