summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-05-06 01:54:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-05-06 01:54:36 (GMT)
commit456ab1d2712dc9cebd878966c8fb16af47ea79f0 (patch)
treefe7217504414e9a667bdb40d7b82c05a8f8656a4 /Doc/whatsnew
parent8b3e871a19f414257b8f4a361d9c2c063a5f8015 (diff)
downloadcpython-456ab1d2712dc9cebd878966c8fb16af47ea79f0.zip
cpython-456ab1d2712dc9cebd878966c8fb16af47ea79f0.tar.gz
cpython-456ab1d2712dc9cebd878966c8fb16af47ea79f0.tar.bz2
Swap public and system ID in start_doctype_decl. Fixes #780300.
Diffstat (limited to 'Doc/whatsnew')
-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}