[Distutils] Overly picky about file URLs

Jim Fulton jim at zope.com
Sat May 12 16:34:00 CEST 2007


The local_open function in setuptools.package_index is used to open  
file URLs.  A file URL pointing to a directory is treated as non  
found unless it ends in a "/".  This seems overly restrictive to me.   
Would anyone object if the restriction was relaxed?

Jim

--
Jim Fulton			mailto:jim at zope.com		Python Powered!
CTO 				(540) 361-1714			http://www.python.org
Zope Corporation	http://www.zope.com		http://www.zope.org





More information about the Distutils-SIG mailing list