[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.55,1.337.2.4.2.56

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 13 Jan 2003 12:18:24 -0800


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Backport:

Fix SF bug #667147, Segmentation fault printing str subclass

Fix infinite recursion which occurred when printing an object
whose __str__() returned self.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.55
retrieving revision 1.337.2.4.2.56
diff -C2 -d -r1.337.2.4.2.55 -r1.337.2.4.2.56
*** NEWS	11 Jan 2003 23:42:07 -0000	1.337.2.4.2.55
--- NEWS	13 Jan 2003 20:17:22 -0000	1.337.2.4.2.56
***************
*** 61,64 ****
--- 61,66 ----
  - SF #659228, fix realpath() not being exported from os.path
  
+ - SF #667147, fix crash when printing str subclass.
+ 
  What's New in Python 2.2.2 (final) ?
  Release date: 14-Oct-2002