python/dist/src/Misc NEWS,1.856,1.857
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1:/tmp/cvs-serv29956/Misc Modified Files: NEWS Log Message: Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. Not backported because of behaviour change. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.856 retrieving revision 1.857 diff -C2 -d -r1.856 -r1.857 *** NEWS 16 Sep 2003 19:41:38 -0000 1.856 --- NEWS 20 Sep 2003 15:52:21 -0000 1.857 *************** *** 41,44 **** --- 41,47 ---- ------- + - dircache now passes exceptions to the caller, instead of returning + empty lists. + - The bsddb module and dbhash module now support the iterator and mapping protocols which make them more substitutable for dictionaries
participants (1)
-
loewis@users.sourceforge.net