[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.2, 1.3

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 20 11:52:23 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv29956/Doc/whatsnew

Modified Files:
	whatsnew24.tex 
Log Message:
Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.
Not backported because of behaviour change.


Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** whatsnew24.tex	13 Aug 2003 23:09:44 -0000	1.2
--- whatsnew24.tex	20 Sep 2003 15:52:20 -0000	1.3
***************
*** 125,129 ****
  \begin{itemize}
  
! \item Everything is all in the details!
  
  \end{itemize}
--- 125,130 ----
  \begin{itemize}
  
! \item dircache.listdir now passes exceptions to the caller, 
! instead of returning empty lists.
  
  \end{itemize}





More information about the Python-checkins mailing list