itools 0.12.4 released

"J. David Ibáñez" jdavid at itaapy.com
Mon Feb 20 20:35:38 CET 2006


itools is a Python library, it groups a number of packages into a single
meta-package for easier development and deployment:

  itools.catalog        itools.i18n             itools.web
  itools.cms            itools.ical             itools.workflow
  itools.csv            itools.resources        itools.xhtml
  itools.datatypes      itools.rss              itools.xliff
  itools.gettext        itools.schemas          itools.xml
  itools.handlers       itools.tmx
  itools.html           itools.uri


Changes:

  Handlers
  - Now the transacion code follows the open/close protocol of resources.

  Catalog
  - Now the index load code follows the open/close protocol of resources.

  Web
  - Add a global "try..except" clause to catch any error that may reach
    the main loop, so the server never stops.
  - Return "400 Bad Request" whenever the parsing of the request fails.
  - Ignore parameters added to the If-Modified-Since header. Since some
    some browsers do append extra-information (what does not respects the
    RFC).
  - Fix HEAD requests, call GET first, then send only the headers.

  CMS
  - Remove a debugging line that slipped in the previous release.
  - Fix the Epoz editor (a couple of files were missing).


Resources
---------

Download
http://www.ikaaro.org/download/itools/itools-0.12.4.tar.gz

Home
http://www.ikaaro.org/itools

Mailing list
http://in-girum.net/mailman/listinfo/ikaaro

Bug Tracker
http://in-girum.net/cgi-bin/bugzilla/index.cgi


-- 
J. David Ibáñez
Itaapy <http://www.itaapy.com>         Tel +33 (0)1 42 23 67 45
9 rue Darwin, 75018 Paris              Fax +33 (0)1 53 28 27 88 



More information about the Python-announce-list mailing list