Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12426


Ignore:
Timestamp:
Apr 3, 2016, 2:34:18 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12426 – Description

    initial v1  
    99 * Raise `HTTPBadRequest` if exception is raised converting `self[name]` to an int
    1010
    11 `get_int` would be a better name, but `getint` is more consistent with `getfirst` and `getlist`. Also it seems reasonable to except that a `get` method might raise an exception.
     11`get_int` would be a better name, but `getint` is more consistent with `getfirst` and `getlist`. Also it seems reasonable to expect that a `get` method might raise an exception.