ó
ûÌl_c           @   s   d  Z  d „  Z d S(   s‘   
Exports function list_versions() for unicode version level support.

This code generated by bin/update-tables.py on 2020-06-23 16:03:21.350604.
c           C   s   d S(   s6  
    Return Unicode version levels supported by this module release.

    Any of the version strings returned may be used as keyword argument
    ``unicode_version`` to the ``wcwidth()`` family of functions.

    :returns: Supported Unicode version numbers in ascending sorted order.
    :rtype: list[str]
    s   4.1.0s   5.0.0s   5.1.0s   5.2.0s   6.0.0s   6.1.0s   6.2.0s   6.3.0s   7.0.0s   8.0.0s   9.0.0s   10.0.0s   11.0.0s   12.0.0s   12.1.0s   13.0.0(   s   4.1.0s   5.0.0s   5.1.0s   5.2.0s   6.0.0s   6.1.0s   6.2.0s   6.3.0s   7.0.0s   8.0.0s   9.0.0s   10.0.0s   11.0.0s   12.0.0s   12.1.0s   13.0.0(    (    (    (    s7   lib/python2.7/site-packages/wcwidth/unicode_versions.pyt   list_versions   s                    N(   t   __doc__R    (    (    (    s7   lib/python2.7/site-packages/wcwidth/unicode_versions.pyt   <module>   s   