[Patches] [ python-Patches-1105730 ] Faster commonprefix in macpath, ntpath, etc.

SourceForge.net noreply at sourceforge.net
Thu Jan 20 06:34:37 CET 2005


Patches item #1105730, was opened at 2005-01-19 21:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1105730&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Jimmy Retzlaff (jretz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Faster commonprefix in macpath, ntpath, etc.

Initial Comment:
Patch 681780 resulted in a faster version of
commonprefix for posixpath.py. The same implementation
should work fine for macpath.py, ntpath.py,
os2emxpath.py, and plat-riscos/riscospath.py but it
didn't make it into those. This is simply the
posixpath.commonprefix implementation copied into these
files.

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

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


More information about the Patches mailing list