Edgewall Software

Changes between Version 2 and Version 6 of Ticket #12684


Ignore:
Timestamp:
Mar 5, 2017, 1:22:03 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12684 – API Changes

    v2 v6  
    1 `_RequestArgs.get` aliases `getfirst`.
     1`_RequestArgs.get` aliases `getfirst`, so `req.args.get` will no longer return a list when there are duplicate keys in the parameter string. **This change is not backward-compatible.**