Ticket #195 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by ianb

  • status changed from new to closed
  • resolution set to fixed
  • description modified (diff)

Fixed in r7019

Note: See TracTickets for help on using tickets.