Message342621
I added a PR for like this:
.. note::
You should specify the "xmlcharrefreplace" error handler when open a file with
specified encoding::
writer = open(
filename, "w", encoding="utf-8",
errors="xmlcharrefreplace")
doc.writexml(writer, "", " ", "utf-8") |
|
| Date |
User |
Action |
Args |
| 2019-05-16 03:12:19 | Windson Yang | set | recipients:
+ Windson Yang, scoder, ezio.melotti, docs@python, serhiy.storchaka, brianvanderburg2, upendra-k14 |
| 2019-05-16 03:12:19 | Windson Yang | set | messageid: <[email protected]> |
| 2019-05-16 03:12:19 | Windson Yang | link | issue18911 messages |
| 2019-05-16 03:12:19 | Windson Yang | create | |
|