
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3

  \                 @   s6   d Z ddlZejd	kZejd
kZejdkZdd ZdS )z8Compatibility helpers for the different Python versions.    N            c             C   s   t sdd | D } dj| S )z-Concatenate a sequence of bytes-like objects.c             s   s$   | ]}t |trt|n|V  qd S )N)
isinstance
memoryviewbytes).0data r   &/usr/lib64/python3.6/asyncio/compat.py	<genexpr>   s   z%flatten_list_bytes.<locals>.<genexpr>    )PY34join)Zlist_of_datar   r   r   flatten_list_bytes
   s    r   )r   r   )r   r   )r   r   r   )__doc__sysversion_infor   ZPY35ZPY352r   r   r   r   r   <module>   s
   


