This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aptshansen
Recipients
Date 2007-03-16.22:36:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I should probably not submit a patch in the *middle* of a conversation, huh? I thought it was at the point where people were just debating things like.. policy... and.. stuff. And not at a point where someone would come up a whole new idea that ties directly in.

Someone did! Nick Coghlan came up with a better way to spell the whole issue, and a logical companion feature; so I just implemented the patch that way. splitext(path, ignore_leading_dot=False, all_ext=False)

Also added a bunch to the test just to be anal about being sure that no combination of options would screw up the 'default' behavior.
File Added: splitext-leading_dot+all_ext.patch
History
Date User Action Args
2007-08-23 15:57:37adminlinkissue1681842 messages
2007-08-23 15:57:37admincreate