Ticket #6086 enhancement new
Finish implementing twisted.names.dns.str2time
| Reported by: | exarkun | Owned by: | nry |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | names | Keywords: | |
| Cc: | nryoung@…, richard@… | Branch: | |
| Author: | Launchpad Bug: |
Description (last modified by exarkun) (diff)
str2time should be able to parse strings like "2W3D4H" representing the interval "two weeks, three days, four hours". Presently it can only parse strings like "2W" or "3D" or "4H". In other words, it cannot parse strings containing multiple interval specifiers. It can only parse strings made up of a single interval specifier.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

