Ë
    V.jI  ã                   ó^   — d dl mZmZ ddlmZmZ dedefd„Zdeee	f   defd„Z
dedd	fd
„Zy	)é    )ÚAnyÚUnioné   )ÚdecodeÚencodeÚlabelÚreturnc                 ó   — t        | «      S )ac  Compatibility shim for :rfc:`3490` ``ToASCII``.

    Delegates to :func:`idna.encode` (IDNA 2008). Provided to ease porting
    of code written against the legacy :mod:`encodings.idna` API; new code
    should call :func:`idna.encode` directly.

    :param label: The label or domain to encode.
    :returns: The encoded form as ASCII :class:`bytes`.
    )r   ©r   s    úMC:\xampp\htdocs\tradingbinance\backend\.venv\Lib\site-packages\idna/compat.pyÚToASCIIr      ó   € ô �%‹=Ðó    c                 ó   — t        | «      S )aU  Compatibility shim for :rfc:`3490` ``ToUnicode``.

    Delegates to :func:`idna.decode` (IDNA 2008). Provided to ease porting
    of code written against the legacy :mod:`encodings.idna` API; new code
    should call :func:`idna.decode` directly.

    :param label: The label or domain to decode.
    :returns: The decoded Unicode form.
    )r   r   s    r   Ú	ToUnicoder      r   r   ÚsNc                 ó   — t        d«      ‚)a4  Stub for :rfc:`3491` Nameprep, which is not used by IDNA 2008.

    IDNA 2008 (:rfc:`5891`) replaces Nameprep with the per-codepoint
    validity classes from :rfc:`5892`; this function exists only to
    return a clear error if legacy code attempts to call it.

    :raises NotImplementedError: Always.
    z,IDNA 2008 does not utilise nameprep protocol)ÚNotImplementedError)r   s    r   Únameprepr       s   € ô ÐLÓ
MÐMr   )Útypingr   r   Úcorer   r   ÚstrÚbytesr   Ú	bytearrayr   r   © r   r   Ú<module>r      sQ   ðß ç  ð
�3ð 
˜5ó 
ð
�U˜5 )Ð+Ñ,ð 
°ó 
ð	N�ð 	N˜ô 	Nr   