diff options
author | Georg Brandl <georg@python.org> | 2006-04-01 08:35:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-04-01 08:35:18 (GMT) |
commit | 7f6b67c2359d9b52b2eabc1e2ccff4cedb5c78b7 (patch) | |
tree | 85426998f3d08e048d4b0211361b7140b04bc414 /Misc | |
parent | 48d5e508ebc136f8f67a2cb2bdd29e55324f5a95 (diff) | |
download | cpython-7f6b67c2359d9b52b2eabc1e2ccff4cedb5c78b7.zip cpython-7f6b67c2359d9b52b2eabc1e2ccff4cedb5c78b7.tar.gz cpython-7f6b67c2359d9b52b2eabc1e2ccff4cedb5c78b7.tar.bz2 |
patch #1462498: handle entityrefs in attribute values.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -489,6 +489,9 @@ Extension Modules Library ------- +- Patch #1462498: sgmllib now handles entity and character references + in attribute values. + - Added the sqlite3 package. This is based on pysqlite2.1.3, and provides a DB-API interface in the standard library. You'll need sqlite 3.2.2 or later to build this - if you have an earlier version, the C extension |