On Jul 6, 2007, at 11:41 PM, Ian Bicking wrote:
> Every so often I get in this cleanup/redux mood where I feel a need to
> revisit things I've done before in an attempt to Do Them Right.
>
> We've discussed Paste Deploy here before, and I'm thinking about
> Redoing
> It Right.
Cool.
> I thoug
On Jul 6, 2007, at 11:55 PM, Ian Bicking wrote:
> Incidentally, something that would be nice with wsgiconfig is if we
> could all agree on how to specify things like entry points and
> objects.
> Specifically Paste Deploy uses egg:Distribution#ep_name, and
> zc.buildout uses Distribution:ep_n
Jim Fulton wrote:
>
> On Jul 6, 2007, at 11:41 PM, Ian Bicking wrote:
>
>> Every so often I get in this cleanup/redux mood where I feel a need to
>> revisit things I've done before in an attempt to Do Them Right.
>>
>> We've discussed Paste Deploy here before, and I'm thinking about Redoing
>> It
Jim Fulton wrote:
>
> On Jul 6, 2007, at 11:55 PM, Ian Bicking wrote:
>
>> Incidentally, something that would be nice with wsgiconfig is if we
>> could all agree on how to specify things like entry points and objects.
>> Specifically Paste Deploy uses egg:Distribution#ep_name, and
>> zc.buildou
On 7/7/07, Ian Bicking <[EMAIL PROTECTED]> wrote:
> Then there'd also be "python module:object", and "file
> filename.py:object". Maybe "python " would be the default, I'm not
> sure.
I'd be in favor of not having a default expression type for this, but
to require it to be spelled out every time.