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 s_keim
Recipients
Date 2002-03-28.07:28:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The posixpath.splitext function doesn't do the right thing with leading point of hidden files. For sample: splitext('.emacs')==('','.emacs').
The patch is intended to leave the leading point as part of the name.

Existing code will possibly break, so this patch
is probably quite controversial. If the behaviour change is rejected, the patch could be modified to improve performances without behaviour changes.
History
Date User Action Args
2007-08-23 15:11:50adminlinkissue536120 messages
2007-08-23 15:11:50admincreate