Changes between Initial Version and Version 2 of Ticket #13451


Ignore:
Timestamp:
Jul 8, 2018, 8:30:30 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13451

    • Property Owner set to Ryan J Ollos
    • Property Status changed from new to accepted
  • Ticket #13451 – Description

    initial v2  
    1 The example published on https://trac-hacks.org/wiki/WikiFormsPlugin generates following error:
    2 {{{
     1The example published on WikiFormsPlugin generates following error:
     2{{{#!logtalk
    33Traceback (most recent call last):
    44  File "E:\Python2715\lib\site-packages\trac\wiki\formatter.py", line 1191, in _exec_processor
     
    1818ValueError: Invalid format string
    1919}}}
    20 The problem is in the %T directive (wikiforms\wikiforms.py", line 465) which is unknown for strftime() in Python 2.7.
     20The problem is in the `%T` directive (`wikiforms\wikiforms.py`, line 465) which is unknown for `strftime()` in Python 2.7.