RELEASED: Quixote 2.8

Neil Schemenauer <[email protected]> Wed, 5 Feb 2014 16:21:59 -0600
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
I've uploaded Quixote 2.8 to the usual places.  Changes since 2.8b2
are minor and summarized as follows.


Author: Neil Schemenauer <[email protected]>
Date:   Fri Jan 17 15:27:42 2014 -0600

    Update version number to 2.8.

Author: Neil Schemenauer <[email protected]>
Date:   Sun Aug 25 08:42:32 2013 -0600

    Don't set duplicate ID attributes on radio inputs.

Author: Patrik Simons <[email protected]>
Date:   Thu Aug 1 16:05:44 2013 +0300

    ptl_import recompiles ptl files
    
    Since stat.st_mtime is a float in linux, _load_pyc will almost always
    recompile the ptl files.  Here's a patch to make the logic follow
    compile.c in python.