Re: RELEASED: Quixote 2.7b2
Daniel Dunbar <[email protected]> Sun, 21 Mar 2010 15:41:27 -0700
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks Neil! I can confirm that this fixes the import problems I was having before. - Daniel On Fri, Jan 22, 2010 at 11:46 AM, Neil Schemenauer <[email protected]> wrote: > There is a another beta release of Quixote 2 available. =A0This fixes > a bug in the 2.7b1 release that prevented PTL import hooks from > working with Python 2.6 (if the cimport extension was installed). > > See <http://quixote.ca/download.html>. > > =A0Neil > > Summary of changes > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > v2.7b2 > ------ > > Author: Neil Schemenauer <[email protected]> > Date: =A0 Fri Jan 22 13:32:44 2010 -0600 > > =A0 =A0Use the StringIO module rather than cStringIO. > > =A0 =A0cStringIO is gone in Python 3 and also does not handle unicode > =A0 =A0strings properly. > > Author: Neil Schemenauer <[email protected]> > Date: =A0 Fri Jan 22 13:29:46 2010 -0600 > > =A0 =A0By default, set Cache-Control in addition to the Expires header. > > =A0 =A0The Expires header is sufficient for HTTP 1.0 but for HTTP 1.1 we > =A0 =A0must add a must-revalidate directive. =A0Clients and proxies are > =A0 =A0allowed to ignore Expires in certain cases and use stale pages (RFC > =A0 =A02616 sections 13.1.5 and 14.9.4). > > Author: Neil Schemenauer <[email protected]> > Date: =A0 Fri Jan 22 13:28:58 2010 -0600 > > =A0 =A0Disable cimport module for Python >=3D 2.6. > > =A0 =A0The current version of the cimport module does not support relative > =A0 =A0imports. Disable it for now. > > Author: Neil Schemenauer <[email protected]> > Date: =A0 Sun Dec 13 14:18:45 2009 -0600 > > =A0 =A0Fix reference to compile_file function (fixes compile_dir function= ). > _______________________________________________ > Quixote-users mailing list > [email protected] > http://mail.mems-exchange.org/mailman/listinfo/quixote-users >