[Paste] secure=False instead of secure=None

2006-11-01 Thread Shannon -jj Behrens
If you pass "secure=False" instead of "secure=None" to "paste.wsgiwrappers.WSGIResponse.set_cookie", it turns secure *on*. Naturally, this was a little surprising to me ;) Here's the code from Paste that's doing the wrong thing: for var_name, var_value in [ ('max_age', max_age

[Paste] what exactly is egg_plugins for?

2006-11-01 Thread Jorge Vargas
hi I have started using the Templates and went I subclass my file I got stuck at the meaning of egg_plugins, and the comment at http://pythonpaste.org/script/paste/script/templates.py.html isn't very helpful. is this the egg this pluging belongs too or the egg that should be created? can I omit i

[Paste] paster points --list broken?

2006-11-01 Thread Jorge Vargas
hi is this command broken? there is a change that the problem is on my side, since I'm making a new set of templates but the traceback seems totally useless to me... so I can't tell. if the problem is on my side anyone knows how I can find out the offending entrypoint? [EMAIL PROTECTED] ~ $ past