Closed
Bug 712253
Opened 14 years ago
Closed 14 years ago
Update scraper class methods to return raw regular exceptions without inserting placeholders
Categories
(Mozilla QA Graveyard :: Mozmill Automation, defect)
Mozilla QA Graveyard
Mozmill Automation
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: whimboo, Unassigned)
References
Details
Attachments
(1 file)
|
16.17 KB,
patch
|
Details | Diff | Splinter Review |
Currently nearly all of the regular expression class methods do not return raw regular expressions but already fill in values for the placeholders. All those instances have to be eliminated, because of bug 704186. Currently there is no way to get e.g. an URL for builds from another month without having to duplicate the code or update self.date, which is not an option at this point.
| Reporter | ||
Comment 1•14 years ago
|
||
Probably way out of date but that was work in progress I wasn't able to finish up in the last couple of weeks.
Comment 2•14 years ago
|
||
This issue will be handled in github: https://github.com/mozilla/mozdownload/issues/7
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•12 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•