Fedora 20 Update: python3-dugong-3.1-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Thu Jul 10 00:24:24 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-7984
2014-07-01 22:36:08
--------------------------------------------------------------------------------

Name        : python3-dugong
Product     : Fedora 20
Version     : 3.1
Release     : 1.fc20
URL         : https://bitbucket.org/nikratio/python-dugong
Summary     : Python 3.x HTTP 1.1 client module
Description :
The Python Dugong module provides an API for communicating with HTTP 1.1
servers. It is an alternative to the standard library's http.client
(formerly httplib) module. In contrast to http.client, Dugong:

- Allows you to send multiple requests right after each other without
having to read the responses first.

- Supports waiting for 100-continue before sending the request body.

- Raises an exception instead of silently delivering partial data if the
connection is closed before all data has been received.

- Raises one specific exception (ConnectionClosed) if the connection has been
closed (while http.client connection may raise any of BrokenPipeError,
~http.client.BadStatusLine, ConnectionAbortedError, ConnectionResetError,
~http.client.IncompleteRead or simply return '' on read)

- Supports non-blocking, asynchronous operation and is compatible with the
asyncio module.

- Not compatible with old HTTP 0.9 or 1.0 servers.

All request and response headers are represented as str, but must be encodable
in latin1. Request and response body must be bytes-like objects or binary
streams.

--------------------------------------------------------------------------------
Update Information:

Dependency for s3ql 2.8+
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1111689 - Review Request: python3-dugong - Python 3.x HTTP 1.1 client module
        https://bugzilla.redhat.com/show_bug.cgi?id=1111689
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python3-dugong' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list