mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
added " def
This commit is contained in:
parent
1b5a1d0770
commit
7a623d7e7c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ entitydefs = {
|
||||||
'lt': '<',
|
'lt': '<',
|
||||||
'gt': '>',
|
'gt': '>',
|
||||||
'amp': '&',
|
'amp': '&',
|
||||||
|
'quot': '"',
|
||||||
'nbsp': chr(160), # no-break space
|
'nbsp': chr(160), # no-break space
|
||||||
'iexcl': chr(161), # inverted exclamation mark
|
'iexcl': chr(161), # inverted exclamation mark
|
||||||
'cent': chr(162), # cent sign
|
'cent': chr(162), # cent sign
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue