Mercurial > babel > old > babel-test
comparison ChangeLog @ 225:3703ded648ab
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 | 7945923e5fa6 |
children | bc22f5aef216 |
comparison
equal
deleted
inserted
replaced
224:7b9c20c81c07 | 225:3703ded648ab |
---|---|
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) |