Re: Session framework improvements - ticket 3304

2009-06-15 Thread Rodolfo Stangherlin
I uploaded a new patch, with implementation to Python 2.3-2.5 (based on cephelo patch) and 2.6. I tested it with 2.5 and all is ok. -- Rodolfo On 6/12/09, Michael Radziej wrote: > > On Wed, Jun 10, Alex Gaynor wrote: > >> No, as I've stated Django *never* degrades functionality due to Python >>

Re: Session framework improvements - ticket 3304

2009-06-10 Thread Rodolfo Stangherlin
If useful, is possible put warning about it in python 2.3-2.5. On command line (manage.py runserver), it's show a message in screen. With apache, in a error_log: import warnings warnings.warn('httponly is supported in python > 2.6') If is a good idea, i submit a new patch. Rodolfo On 6/9/09,

Re: Session framework improvements - ticket 3304

2009-06-09 Thread Rodolfo Stangherlin
Ok, but SimpleCookie in Python 2.6 supports it, then a Python patch is unnecessary. On 6/9/09, Russell Keith-Magee wrote: > > On Tue, Jun 9, 2009 at 8:56 PM, Rodolfo wrote: >> >> About session in Django: >> http://code.djangoproject.com/wiki/DjangoSpecifications/Contrib/Sessions >> >> Why ticke