summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-05-28 23:18:55 (GMT)
committerGuido van Rossum <guido@python.org>1996-05-28 23:18:55 (GMT)
commit7a623d7e7c678181291b7842fdc6ff0887e0a0dd (patch)
tree7bff9e10e47eaecd27decd2945924d424e5b674f /Lib
parent1b5a1d07704064181b76116d4529297d71769fdf (diff)
downloadcpython-7a623d7e7c678181291b7842fdc6ff0887e0a0dd.zip
cpython-7a623d7e7c678181291b7842fdc6ff0887e0a0dd.tar.gz
cpython-7a623d7e7c678181291b7842fdc6ff0887e0a0dd.tar.bz2
added &quot def
Diffstat (limited to 'Lib')
-rw-r--r--Lib/htmlentitydefs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/htmlentitydefs.py b/Lib/htmlentitydefs.py
index 09cc19a..55aefaa 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