url plugin does not resolve xml entities
Bug #675249 reported by
Marcos Dione
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lalita |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
19:10 <@StyXman> http://
19:10 < laleetah> StyXman: [#1] 10.1. os.path — Common pathname manipulations — Python v2.7 documentation
that — in lalita's response should be replaced by a mdash («—»). it is not.
Related branches
lp://staging/~mdione/lalita/url-plugin
- laliputienses: Pending requested
-
Diff: 113 lines (+48/-17)1 file modifiedlalita/plugins/url.py (+48/-17)
Changed in lalita: | |
status: | New → Fix Committed |
To post a comment you must log in.
actually this is a bug in BeautifulSoup with a version prior to 3.1: some xml entities seem to not be resolved. upgrade your BeutifulSoup version or live with it.