[Distutils] easy_install: custom package indexes
Ian Bicking
ianb at colorstudy.com
Thu Aug 11 01:57:44 CEST 2005
Phillip J. Eby wrote:
> At 01:15 PM 8/10/2005 -0500, Ian Bicking wrote:
>
>> I have a custom package index that lists some Subversion repositories at
>> http://pythonpaste.org/package_index.html ; I'm just looking for a
>> little feedback on best practices. For instance, here is a link:
>>
>> http://svn.colorstudy.com/trunk/SQLObject#egg=SQLObject
>>
>> (note that there's a small bug in setuptools that'll keep these from
>> working at the moment, but putting that aside...)
>
>
> Does urllib2 barf on fragment identifiers? I'm surprised.
Doesn't barf so much as pass them through, then Apache barfs.
--
Ian Bicking / ianb at colorstudy.com / http://blog.ianbicking.org
More information about the Distutils-SIG
mailing list