diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-05-06 01:54:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-05-06 01:54:36 (GMT) |
commit | 456ab1d2712dc9cebd878966c8fb16af47ea79f0 (patch) | |
tree | fe7217504414e9a667bdb40d7b82c05a8f8656a4 /Misc/NEWS | |
parent | 8b3e871a19f414257b8f4a361d9c2c063a5f8015 (diff) | |
download | cpython-456ab1d2712dc9cebd878966c8fb16af47ea79f0.zip cpython-456ab1d2712dc9cebd878966c8fb16af47ea79f0.tar.gz cpython-456ab1d2712dc9cebd878966c8fb16af47ea79f0.tar.bz2 |
Swap public and system ID in start_doctype_decl. Fixes #780300.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -306,6 +306,9 @@ Extension modules Library ------- +- Bug #780300: Swap public and system ID in LexicalHandler.startDTD. + Applications relying on the wrong order need to be corrected. + - Bug #926075: Fixed a bug that returns a wrong pattern object for a string or unicode object in sre.compile() when a different type pattern with the same value exists. |