[Python-checkins] python/dist/src/Misc NEWS,1.831.4.61,1.831.4.62

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Oct 9 16:51:09 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv20144/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
SF patch #820195: make object.__contains__() returns True or False instead 
   of 1 or 0.

Backport Guido's fix to the default __contains__() and to proxy_has_key()
so they will properly return booleans instead of integers.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.61
retrieving revision 1.831.4.62
diff -C2 -d -r1.831.4.61 -r1.831.4.62
*** NEWS	5 Oct 2003 23:35:38 -0000	1.831.4.61
--- NEWS	9 Oct 2003 20:51:06 -0000	1.831.4.62
***************
*** 10,13 ****
--- 10,19 ----
  *Release date: XXX *
  
+ Core and builtins
+ -----------------
+ 
+ - Patch #820195: object.__contains__() now returns True or False instead
+   of 1 or 0.
+ 
  Extension modules
  -----------------





More information about the Python-checkins mailing list