add-determinism 0.7.3

RPM buildroot helper to strip nondeterministic bits in files
Documentation
B

�/g^H
c@sPdZddlZdddgZGdd�de�ZGdd�deejj�ZGdd�de�Z	dS)	a�Exception classes raised by urllib.

The base exception class is URLError, which inherits from OSError.  It
doesn't define any behavior of its own, but is the base class for all
exceptions defined in this package.

HTTPError is an exception class that is also a valid HTTP response
instance.  It behaves this way because HTTP protocol errors are valid
responses, with a status code, headers, and a body.  In some contexts,
an application may want to handle an exception like a regular
response.
iN�URLError�	HTTPError�ContentTooShortErrorc@seZdZddd�Zdd�ZdS)rNcCs |f|_||_|dk	r||_dS�N)Zargs�reason�filename)�selfrr�r�$/usr/lib64/python3.7/urllib/error.py�__init__szURLError.__init__cCs
d|jS)Nz<urlopen error %s>)r�rrrr�__str__�zURLError.__str__r)�__name__�
__module__�__qualname__r	rrrrrrs
c@sXeZdZdZejjjZdd�Zdd�Z	dd�Z
edd	��Zed
d��Z
e
jdd��Z
d
S)rzBRaised when HTTP error occurs, but also acts like non-error returncCs:||_||_||_||_||_|dk	r6|�||||�dSr)�code�msg�hdrs�fpr�_HTTPError__super_init)rZurlrrrrrrrr	'szHTTPError.__init__cC�d|j|jfS)NzHTTP Error %s: %s�rrr
rrrr4rzHTTPError.__str__cCr)Nz<HTTPError %s: %r>rr
rrr�__repr__7rzHTTPError.__repr__cC�|jSr)rr
rrrr<�zHTTPError.reasoncCrr�rr
rrr�headers@rzHTTPError.headerscCs
||_dSrr)rrrrrrDrN)r
rr�__doc__�urllib�response�
addinfourlr	rrrZpropertyrrZsetterrrrrr#s

c@seZdZdZdd�ZdS)rzDException raised when downloaded size does not match content-length.cCst�||�||_dSr)rr	�content)rZmessager rrrr	KszContentTooShortError.__init__N)r
rrrr	rrrrrIs)
rZurllib.responserZ__all__ZOSErrorrrrrrrrrrZ<module>s

&