Changes between Initial Version and Version 2 of Ticket #5339
- Timestamp:
- Sep 26, 2007, 6:26:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5339
- Property Keywords python25 verify added; generator GeneratorExit yield exception removed
- Property Milestone → 0.10.5
- Property Summary trac/wiki/macros.py and python 2.5 → GeneratorExit thrown in trac/wiki/macros.py
-
Ticket #5339 – Description
initial v2 1 Class UserMacroProvider throws an annoying error in method get_macros (with python 2.5). Simple (2 line) fix, where theGeneratorExit exception is ignored.[[BR]]1 Class !UserMacroProvider throws an annoying error in method get_macros (with python 2.5). Simple (2 line) fix, where the !GeneratorExit exception is ignored.[[BR]] 2 2 3 3