Changes between Version 1 and Version 2 of Ticket #11240, comment 30
- Timestamp:
- Dec 7, 2013, 12:38:08 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11240, comment 30
v1 v2 9 9 These aren't invalid Python format specifiers. "% s" is a valid one. Can you re-test with a %-prefixed sequence that is actually invalid? 10 10 11 >12 > {{{13 > $ xgettext -V14 > xgettext (GNU gettext-tools) 0.18.215 > }}}16 >17 > Why would this be the case? Is this expected behaviour? If so, replacing `%` by `%%` makes no sense and that changeset should be reverted.