diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-18 19:04:36 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-18 19:04:36 -0400 |
commit | 68b55626839a8a0ea9e750fff546e201d144f96c (patch) | |
tree | 5a6acd307e3098dcaad17f4a930e48de09ba96ed /NEWS.txt | |
parent | 75c81928902b3f2896cbd3482a59828965627916 (diff) |
Preserve XML namespaces when they are introduced inside an XML
document, not just the ones introduced at the top level. [bug=1718787]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * Stop data loss when encountering an empty numeric entity, and possibly in other cases. Thanks to tos.kamiya for the fix. [bug=1698503] +* Preserve XML namespaces introduced inside an XML document, not just + the ones introduced at the top level. [bug=1718787] + * Improved the warning given when no parser is specified. [bug=1780571] * Fixed code that was causing deprecation warnings in recent Python 3 |