[Python-checkins] python/dist/src/Misc NEWS,1.878,1.879

arigo at users.sourceforge.net arigo at users.sourceforge.net
Tue Oct 28 07:05:49 EST 2003


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

Modified Files:
	NEWS 
Log Message:
Deleting cyclic object comparison.
SF patch 825639
http://mail.python.org/pipermail/python-dev/2003-October/039445.html



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.878
retrieving revision 1.879
diff -C2 -d -r1.878 -r1.879
*** NEWS	25 Oct 2003 23:24:14 -0000	1.878
--- NEWS	28 Oct 2003 12:05:47 -0000	1.879
***************
*** 48,51 ****
--- 48,55 ----
    820195.
  
+ - Python no longer tries to be smart about recursive comparisons.
+   When comparing containers with cyclic references to themselves it
+   will now just hit the recursion limit.  See SF patch 825639.
+ 
  Extension modules
  -----------------





More information about the Python-checkins mailing list