Changes between Initial Version and Version 2 of Ticket #13451
- Timestamp:
- Jul 8, 2018, 8:30:30 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13451
- Property Owner set to Ryan J Ollos
-
Property
Status
changed from
new
toaccepted
-
Ticket #13451 – Description
initial v2 1 The example published on https://trac-hacks.org/wiki/WikiFormsPlugin generates following error:2 {{{ 1 The example published on WikiFormsPlugin generates following error: 2 {{{#!logtalk 3 3 Traceback (most recent call last): 4 4 File "E:\Python2715\lib\site-packages\trac\wiki\formatter.py", line 1191, in _exec_processor … … 18 18 ValueError: Invalid format string 19 19 }}} 20 The problem is in the %T directive (wikiforms\wikiforms.py", line 465) which is unknown for strftime()in Python 2.7.20 The problem is in the `%T` directive (`wikiforms\wikiforms.py`, line 465) which is unknown for `strftime()` in Python 2.7.