durusmail: quixote-users: RELEASED: Quixote 2.7b2
RELEASED: Quixote 2.7b2
2010-03-21
2010-05-21
2010-05-28
RELEASED: Quixote 2.7b2
Ian Forbes
2010-05-21
Hi All

Just a note to confirm that this version works with Ubuntu "karmic"
(Python 2.6.4) together with "ptl" pages. I run this on a box I use for
development.

When I am feeling brave I will upgrade to "lucid" and report back how
that works.

For reference, we run Debian "lenny" (latest stable version) on our
production server. This runs Python 2.5.2 and Quixote 2.5 which is
installed from the Debian package. This runs the same "ptl" code that
started working on the development box after upgrading to 2.7b1.

Thanks to all those who have been putting in hard work.


Ian


Neil Schemenauer wrote:
> There is a another beta release of Quixote 2 available.  This 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 .
>
>   Neil
>
> Summary of changes
> ==================
>
> v2.7b2
> ------
>
> Author: Neil Schemenauer 
> Date:   Fri Jan 22 13:32:44 2010 -0600
>
>     Use the StringIO module rather than cStringIO.
>
>     cStringIO is gone in Python 3 and also does not handle unicode
>     strings properly.
>
> Author: Neil Schemenauer 
> Date:   Fri Jan 22 13:29:46 2010 -0600
>
>     By default, set Cache-Control in addition to the Expires header.
>
>     The Expires header is sufficient for HTTP 1.0 but for HTTP 1.1 we
>     must add a must-revalidate directive.  Clients and proxies are
>     allowed to ignore Expires in certain cases and use stale pages (RFC
>     2616 sections 13.1.5 and 14.9.4).
>
> Author: Neil Schemenauer 
> Date:   Fri Jan 22 13:28:58 2010 -0600
>
>     Disable cimport module for Python >= 2.6.
>
>     The current version of the cimport module does not support relative
>     imports. Disable it for now.
>
> Author: Neil Schemenauer 
> Date:   Sun Dec 13 14:18:45 2009 -0600
>
>     Fix reference to compile_file function (fixes compile_dir function).
> _______________________________________________
> Quixote-users mailing list
> Quixote-users@mems-exchange.org
> http://mail.mems-exchange.org/mailman/listinfo/quixote-users

reply