[Python-checkins] python/dist/src/Misc NEWS,1.831.4.33,1.831.4.34

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Sep 5 08:38:43 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
SF bug #800796:  Difference between hash() and __hash__()

slice(5).__hash__() now raises a TypeError.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.33
retrieving revision 1.831.4.34
diff -C2 -d -r1.831.4.33 -r1.831.4.34
*** NEWS	4 Sep 2003 19:02:20 -0000	1.831.4.33
--- NEWS	5 Sep 2003 14:38:30 -0000	1.831.4.34
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - Bug #800796: slice(1).__hash__() now raises a TypeError, unhashable type.
+ 
  - Bug #603724: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
  





More information about the Python-checkins mailing list