[Python-checkins] python/dist/src/Misc NEWS,1.971,1.972

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


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

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

Already backported to release23-maint.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.971
retrieving revision 1.972
diff -C2 -d -r1.971 -r1.972
*** NEWS	6 May 2004 01:54:35 -0000	1.971
--- NEWS	11 May 2004 15:09:57 -0000	1.972
***************
*** 307,310 ****
--- 307,312 ----
  -------
  
+ - Bug #876278: Unbounded recursion in modulefinder
+ 
  - Bug #780300: Swap public and system ID in LexicalHandler.startDTD.
    Applications relying on the wrong order need to be corrected.




More information about the Python-checkins mailing list