diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 15:52:21 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 15:52:21 (GMT) |
commit | c6bb6c0f8c90f5f14d933b974db4c3ce2c7b296f (patch) | |
tree | 9a27b32b9463ffbd3264800ac7f138022f58f685 /Doc | |
parent | a64988c001d21335d47451586654702caec8aa1f (diff) | |
download | cpython-c6bb6c0f8c90f5f14d933b974db4c3ce2c7b296f.zip cpython-c6bb6c0f8c90f5f14d933b974db4c3ce2c7b296f.tar.gz cpython-c6bb6c0f8c90f5f14d933b974db4c3ce2c7b296f.tar.bz2 |
Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.
Not backported because of behaviour change.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 2f0df30..5fda620 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -124,7 +124,8 @@ changes to your code: \begin{itemize} -\item Everything is all in the details! +\item dircache.listdir now passes exceptions to the caller, +instead of returning empty lists. \end{itemize} |