mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
attribute values. Just using escape() can (and always has) led to broken XML being generated. This makes sure it always produces the right thing. This actually closes SF bug #440351.