Ticket #21 (closed task: fixed)

Opened 7 years ago

Last modified 7 years ago

Implement some name generators to get rid of (.txt)* magic.

Reported by: mk Assigned to: mk
Priority: major Milestone: camembert
Component: Code cleanup Version: 0.5
Keywords: Cc:

Description

Task for ticket:17.

Example:

cheese_files = {
    # will accept readme, as well as readme.html and readme.txt
    WithOptionalExt('readme', ['html', 'txt']): 15
}

Change History

06/07/06 17:30:50 changed by mk

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in changeset [40].