[issue26326] Named entity "vertical line" missed in 2.7 htmlentitydefs.py

2020-04-26 Thread Zachary Ware


Zachary Ware  added the comment:

With 2.7 now at end-of-life, I'm closing the issue.  Thanks for the report 
anyway!

--
nosy: +zach.ware
resolution:  -> out of date
stage: test needed -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26326] Named entity "vertical line" missed in 2.7 htmlentitydefs.py

2016-02-12 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
nosy: +ezio.melotti
stage:  -> test needed
type:  -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26326] Named entity "vertical line" missed in 2.7 htmlentitydefs.py

2016-02-10 Thread Kevin Dwyer

Kevin Dwyer added the comment:

The docs describe the entitydefs mapping as "A dictionary mapping XHTML 1.0 
entity definitions to their replacement text in ISO Latin-1".

Neither 'vbar' nor 'vline' seem to be part of the xhtml entity definitions 
(https://www.w3.org/TR/xhtml1/dtds.html).

The entitydefs mapping does include 'brvbar' (broken vertical bar), and in 
Python 3.3+ html.entities.html5 provides 'vert;'

--
nosy: +kdwyer
versions: +Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26326] Named entity "vertical line" missed in 2.7 htmlentitydefs.py

2016-02-10 Thread Andreas Röhler

New submission from Andreas Röhler:

Shouldn't a named entity  "vbar"  or "vline" be part of dict in 
htmlentitydefs.py?

Thanks,

Andreas

--
messages: 260003
nosy: andreas.roehler
priority: normal
severity: normal
status: open
title: Named entity "vertical line" missed in 2.7 htmlentitydefs.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com