��Qc@s�dZddlZddlZyddlmZWn!ek
rUddlmZnXdd�Zdd�Zdejfd��YZd ej fd
��YZ dej
fd��YZ
d
eejfd��YZdeejfd��YZd�Z
dS(sgCodec for quoted-printable encoding.
Like base64 and rot13, this returns Python strings, not Unicode.
i�N(tStringIOtstrictcCsJtt|��}t�}tj||d�|j�}|t|�fS(s�Encode the input, returning a tuple (output object, length consumed).
errors defines the error handling to apply. It defaults to
'strict' handling which is the only currently supported
error handling for this codec.
i(Rtstrtquopritencodetgetvaluetlen(tinputterrorstftgtoutput((s,/sys/lib/python2.7/encodings/quopri_codec.pyt
quopri_encodes
cCsGtt|��}t�}tj||�|j�}|t|�fS(s�Decode the input, returning a tuple (output object, length consumed).
errors defines the error handling to apply. It defaults to
'strict' handling which is the only currently supported
error handling for this codec.
(RRRtdecodeRR(RRR R
R((s,/sys/lib/python2.7/encodings/quopri_codec.pyt
quopri_decodes
tCodeccBs eZdd�Zdd�ZRS(RcCs
t||�S(N(R(tselfRR((s,/sys/lib/python2.7/encodings/quopri_codec.pyR-scCs
t||�S(N(R(RRR((s,/sys/lib/python2.7/encodings/quopri_codec.pyR
/s(t__name__t
__module__RR
(((s,/sys/lib/python2.7/encodings/quopri_codec.pyR+stIncrementalEncodercBseZed�ZRS(cCst||j�dS(Ni(RR(RRtfinal((s,/sys/lib/python2.7/encodings/quopri_codec.pyR3s(RRtFalseR(((s,/sys/lib/python2.7/encodings/quopri_codec.pyR2stIncrementalDecodercBseZed�ZRS(cCst||j�dS(Ni(RR(RRR((s,/sys/lib/python2.7/encodings/quopri_codec.pyR
7s(RRRR
(((s,/sys/lib/python2.7/encodings/quopri_codec.pyR6stStreamWritercBseZRS((RR(((s,/sys/lib/python2.7/encodings/quopri_codec.pyR:stStreamReadercBseZRS((RR(((s,/sys/lib/python2.7/encodings/quopri_codec.pyR=scCs4tjdddtdtdtdtdtdt�S( NtnameRRR
tincrementalencodertincrementaldecodertstreamwritertstreamreader(tcodecst CodecInfoRRRRRR(((s,/sys/lib/python2.7/encodings/quopri_codec.pytgetregentryBs (t__doc__RRt cStringIORtImportErrorRRRRRRRR (((s,/sys/lib/python2.7/encodings/quopri_codec.pyt<module>s
|