mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Swap public and system ID in start_doctype_decl. Fixes #780300.
This commit is contained in:
parent
8b3e871a19
commit
456ab1d271
3 changed files with 8 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue