Bug 56789
Summary: | ' shouldn't get converted to ' in bug titles | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Chang <tony> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Tony Chang
When creating a new bug using webkit-patch, ' seems to get converted to ' in ChangeLog. I've seen this happen in my own changes and I also saw it get checked in here: http://trac.webkit.org/changeset/81621
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
Darn it. I caught one of those but not the other. :(
Adam Barth
I blame the new mechanize.
Eric Seidel (no email)
It might be the mechanize upgrade.
This is also related in a way to how webkit-patch dies when seeing <tag> in a bug. That's due to needing to use BeautifulStoneSoup instead of BeautifulSoup for parsing. Same sort of thing. Just a single toggle somewhere in these riduculously complicated python libraries which enable the power of webkit-patch. :)