[Patches] [ python-Patches-1462106 ] Patch for 1115886 - splitext incorrectly handles filenames l

SourceForge.net noreply at sourceforge.net
Wed Mar 7 12:00:43 CET 2007


Patches item #1462106, was opened at 2006-03-31 15:53
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1462106&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: Mike Foord (mjfoord)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for 1115886 - splitext incorrectly handles filenames l

Initial Comment:
Patch attached which modifies behaviour in macpath,
posixpath, and ntpath - and modifies tests as well.

Change is desirable, the intention is to split the
extension from the filename. A fiel called '.foo' does
not have an extension.

There is the possibility that this change will break
code where workarounds have been made.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2007-03-07 12:00

Message:
Logged In: YES 
user_id=21627
Originator: NO

The patch is incomplete: it would still split '..' to ('.', '.'), hence
I'm rejecting it. A more complete patch will be committed shortly.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1462106&group_id=5470


More information about the Patches mailing list