Chameleon v2.0-rc6 Release Notes

Release Date: 2011-03-19 // about 13 years ago
  • ๐Ÿ”‹ Features:

    • โž• Added support for target_language keyword argument to render method. If provided, the argument will be curried onto the translation function.

    ๐Ÿ›  Bugfixes:

    • The HTML entities 'lt', 'gt' and 'quot' appearing inside content subtition expressions are now translated into their native character values. This fixes an issue where you could not dynamically create elements using the structure (which is possible in ZPT). The need to create such structure stems from the lack of an expression interpolation operator in ZPT.

    • ๐Ÿ›  Fixed duplicate file pointer issue with test suite (affected Windows platforms only). This fixes issue #9. [oliora]

    • ๐Ÿ‘‰ Use already open file using os.fdopen when trying to write out the module source. This fixes LP #731803.