Changes between Version 2 and Version 3 of Ticket #23460
- Timestamp:
- Sep 10, 2014, 2:37:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23460 – Description
v2 v3 11 11 }}} 12 12 13 it blows up because it tries to convert the %s into a parameter 13 Ultimately `add_extra` raises a `StopIteration` while iterating over `param_iter` since there aren't actually any arguments to format. 14 14 15 15 It's expected to allow %%s as an escape sequence.