Edgewall Software

Changes between Version 8 and Version 9 of Ticket #11295


Ignore:
Timestamp:
Aug 2, 2014, 2:22:18 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11295 – Release Notes

    v8 v9  
    1 Replaced several uses of `assert` with a conditional that `raise`es a `TracError` since the latter won't be removed when running Python with the optimization (`-O`) flag. An `HTTPError` is raised when accessing a file on the `/chrome/shared` path if `[inherit] htdocs_dir` is empty or not defined.
     1 * An `HTTPError` is raised when accessing a file on the `/chrome/shared` path if `[inherit] htdocs_dir` is empty or not defined.
     2 * Replaced several uses of `assert` with a conditional that `raise`es a `TracError` since the latter won't be removed when running Python with the optimization (`-O`) flag.