From: Guido van Rossum Date: Tue, 28 May 1996 23:18:55 +0000 (+0000) Subject: added " def X-Git-Tag: v1.4b1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a623d7e7c678181291b7842fdc6ff0887e0a0dd;p=python added " def --- diff --git a/Lib/htmlentitydefs.py b/Lib/htmlentitydefs.py index 09cc19ad49..55aefaa5ed 100644 --- a/Lib/htmlentitydefs.py +++ b/Lib/htmlentitydefs.py @@ -5,6 +5,7 @@ entitydefs = { 'lt': '<', 'gt': '>', 'amp': '&', + 'quot': '"', 'nbsp': chr(160), # no-break space 'iexcl': chr(161), # inverted exclamation mark 'cent': chr(162), # cent sign