0.9.1
0.9.1
Released: Thu Dec 26 2013
-
[bug] Fixed bug in Babel plugin where translator comments
would be lost if intervening text nodes were encountered.
Fix courtesy Ned Batchelder.References: #225
-
[bug] Fixed TGPlugin.render method to support unicode template
names in Py2K - courtesy Vladimir Magamedov. -
[bug] Fixed an AST issue that was preventing correct operation
under alpha versions of Python 3.4. Pullreq courtesy Zer0-. -
[bug] Changed the format of the "source encoding" header output
by the code generator to use the format# -*- coding:%s -*-
instead of# -*- encoding:%s -*-
; the former is more common
and compatible with emacs. Courtesy Martin Geisler. -
[bug] Fixed issue where an old lexer rule prevented a template line
which looked like "#*" from being correctly parsed.References: #224