[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.109, 1.831.4.110

theller at users.sourceforge.net theller at users.sourceforge.net
Tue May 11 11:00:11 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15653

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Fix SF item #876278: Unbounded recursion in modulefinder.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.109
retrieving revision 1.831.4.110
diff -C2 -d -r1.831.4.109 -r1.831.4.110
*** NEWS	8 May 2004 23:20:39 -0000	1.831.4.109
--- NEWS	11 May 2004 15:00:07 -0000	1.831.4.110
***************
*** 43,46 ****
--- 43,48 ----
  -------
  
+ - Bug #876278: Unbounded recursion in modulefinder
+ 
  - Brought platform.py in line with the 2.4 version, fixing support for
    newer Windows versions and a cache issue.




More information about the Python-checkins mailing list