Ticket #195 (closed defect: fixed)
paste.urlparser.URLParser hide-extensions minor typos
| Reported by: | jnelson | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.1 |
| Component: | paste | Version: | released-version |
| Severity: | normal | Keywords: | urlparser, extensions |
| Cc: |
Description (last modified by ianb) (diff)
Some of the extensions in the 'hide_extensions' default are missing a leading '.'.
The current value is:
'hide_extensions', ('.pyc', 'bak', 'py~'))
But it should be:
'hide_extensions', ('.pyc', '.bak', '.py~'))
(although it should also contain .pyo IMO)
Change History
Note: See
TracTickets for help on using
tickets.
