summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew24.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index 8e2b11e..ff8a3fa 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -561,6 +561,10 @@ changes to your code:
\item \function{dircache.listdir()} now passes exceptions to the caller
instead of returning empty lists.
+\item \function{LexicalHandler.startDTD} used to receive public and system ID
+ in the wrong order. This has been corrected; applications relying on the
+ wrong order need to be fixed.
+
\end{itemize}