Mercurial > babel > old > mirror
comparison ChangeLog @ 227:f358dd40a960
Applied patch by Ramiro Morales for more extensive detection of Python string formatting specifiers. Closes #57.
author | cmlenz |
---|---|
date | Fri, 20 Jul 2007 12:52:40 +0000 |
parents | 9d0a19b4518b |
children | d0cd235ede46 |
comparison
equal
deleted
inserted
replaced
226:9d7cc01b49c2 | 227:f358dd40a960 |
---|---|
17 * Fixed the extractor raising an exception when encountering an empty string | 17 * Fixed the extractor raising an exception when encountering an empty string |
18 msgid. It now emits a warning to stderr. | 18 msgid. It now emits a warning to stderr. |
19 * Numerous Python message extractor fixes: it now handles nested function | 19 * Numerous Python message extractor fixes: it now handles nested function |
20 calls within a gettext function call correctly, uses the correct line number | 20 calls within a gettext function call correctly, uses the correct line number |
21 for multi-line function calls, and other small fixes (tickets #38 and #39). | 21 for multi-line function calls, and other small fixes (tickets #38 and #39). |
22 * Improved support for detecting Python string formatting fields in message | |
23 strings (ticket #57). | |
22 | 24 |
23 | 25 |
24 Version 0.8.1 | 26 Version 0.8.1 |
25 http://svn.edgewall.org/repos/babel/tags/0.8.1/ | 27 http://svn.edgewall.org/repos/babel/tags/0.8.1/ |
26 (Jul 2 2007, from branches/stable/0.8.x) | 28 (Jul 2 2007, from branches/stable/0.8.x) |