Ian Bicking wrote:
> Martijn Faassen wrote:
[snip]
>> Is there any chance WSGIProxy
>> could be released to PyPI any time soon? What kind of cleanups would
>> you like to do? It's just nicer to work with a release than it is to
>> work with an SVN external.
>
> Sure, it's long overdue for some kin
Lukasz Szybalski wrote:
> Hello.
> I am trying to tell my program to ask user for input filenames and
> based on that it will need to create 2 .py files for each filename. I
> need to substitute the names of few fields in the .py files and add
> some things depending on extension. Right now I just
Hi,
Just wanted to quickly say thanks for WebOb. I've just rewritten a
filtering WSGI middleware using it and it went from 33 complicated lines
to just 9 which are as self-explanatory as can be, here's the diff:
http://toscawidgets.org/trac/tw/changeset/320%3Ace66a967df54
I think this says a lot
Alberto Valverde wrote:
> Hi,
>
> Just wanted to quickly say thanks for WebOb. I've just rewritten a
> filtering WSGI middleware using it and it went from 33 complicated lines
> to just 9 which are as self-explanatory as can be, here's the diff:
> http://toscawidgets.org/trac/tw/changeset/320%3Ace
On 12/06/2008, at 17:51, Michele Bertoldi wrote:
> is anyone using Bonjour/Zeroconf in Paste?
> I found useful for testing purposes in Turbogears.
> I googled around and haven't found anything so i grabbed some code
> from turbogears/startup.py
> and adapted to Paste httpserver.py.
> Applied the