14
0
forked from pool/python-falcon
Files
python-falcon/python-falcon.changes
Sascha Peilicke bfe868a62e Accepting request 199364 from home:dirkmueller:branches:devel:languages:python
- update to 0.1.7:
 * req.get_params_as_list now inserts None as a placeholder for missing
 elements, and returns None all by itself if the param is present in the
 query string, but has an empty string as its value. (kgriffs)

OBS-URL: https://build.opensuse.org/request/show/199364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=3
2013-09-17 11:26:15 +00:00

19 lines
667 B
Plaintext

-------------------------------------------------------------------
Tue Sep 17 08:49:17 UTC 2013 - dmueller@suse.com
- update to 0.1.7:
* req.get_params_as_list now inserts None as a placeholder for missing
elements, and returns None all by itself if the param is present in the
query string, but has an empty string as its value. (kgriffs)
-------------------------------------------------------------------
Mon Sep 9 09:22:07 UTC 2013 - speilicke@suse.com
- Add python-ordereddict test build requirement for SLE_11_SP3
-------------------------------------------------------------------
Mon Sep 9 08:24:35 UTC 2013 - speilicke@suse.com
- Initial version