Comment 1 for bug 1328169

Revision history for this message
Florent (florent.x) wrote :

A good practice is to provide a snippet with some details. A minimum is probably:
 * software version
 * actual behavor
 * expected behavior

Or I will just triage the issue as works-for-me, since I don't have any alert with this snippet:

    def get_extension(fname):
        (__, __, ext) = fname.partition('.')
        return ext