[Python-checkins] python/dist/src/Misc ACKS, 1.247, 1.248 NEWS, 1.865, 1.866

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Wed Oct 8 17:08:32 EDT 2003


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

Modified Files:
	ACKS NEWS 
Log Message:
SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net):
make obj.__contains__() returns True/False instead of 1/0.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.247
retrieving revision 1.248
diff -C2 -d -r1.247 -r1.248
*** ACKS	2 Sep 2003 02:13:42 -0000	1.247
--- ACKS	8 Oct 2003 21:08:29 -0000	1.248
***************
*** 573,576 ****
--- 573,577 ----
  Richard Walker
  Larry Wall
+ Wojtek Walczak
  Greg Ward
  Barry Warsaw

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.865
retrieving revision 1.866
diff -C2 -d -r1.865 -r1.866
*** NEWS	5 Oct 2003 09:09:13 -0000	1.865
--- NEWS	8 Oct 2003 21:08:29 -0000	1.866
***************
*** 31,34 ****
--- 31,37 ----
    a TypeError exception.
  
+ - obj.__contains__() now returns True/False instead of 1/0.  SF patch
+   820195.
+ 
  Extension modules
  -----------------





More information about the Python-checkins mailing list