forked from pool/python-requests
- Update to 0.10.1:
* PYTHON 3 SUPPORT! * Dropped 2.5 Support. (Backwards Incompatible) - 0.10.0 (2012-01-21) * Response.content is now bytes-only. (Backwards Incompatible) * New Response.text is unicode-only. * If no Response.encoding is specified and chardet is available, Respoonse.text will guess an encoding. * Default to ISO-8859-1 (Western) encoding for "text" subtypes. * Removal of decode_unicode. (Backwards Incompatible) * New multiple-hooks system. * New Response.register_hook for registering hooks within the pipeline. * Response.url is now Unicode. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 21:31:14 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
- Update to 0.10.1:
|
||||
* PYTHON 3 SUPPORT!
|
||||
* Dropped 2.5 Support. (Backwards Incompatible)
|
||||
- 0.10.0 (2012-01-21)
|
||||
* Response.content is now bytes-only. (Backwards Incompatible)
|
||||
* New Response.text is unicode-only.
|
||||
* If no Response.encoding is specified and chardet is available,
|
||||
Respoonse.text will guess an encoding.
|
||||
* Default to ISO-8859-1 (Western) encoding for "text" subtypes.
|
||||
* Removal of decode_unicode. (Backwards Incompatible)
|
||||
* New multiple-hooks system.
|
||||
* New Response.register_hook for registering hooks within the pipeline.
|
||||
* Response.url is now Unicode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 19:33:21 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
|
Reference in New Issue
Block a user