On 08/07/18 00:17, Paul R. Tagliamonte wrote: > Hey DPMT (BCC'ing -devel, let's keep conversaion on DPMT), > > I see that Python 3.7 now raises a syntax error when you try to import > a module that is named `async`. > > ``` > $ python3.6 > Python 3.6.6 (default, Jun 27 2018, 14:44:17) > [GCC 8.1.0] on linux > Type "help", "copyright", "credits" or "license" for more information. >>>> import foo.async > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ModuleNotFoundError: No module named 'foo' >>>> > ``` > > With Python 3.7: > > ``` > $ python3.7 > Python 3.7.0 (default, Jun 27 2018, 14:40:03) > [GCC 8.1.0] on linux > Type "help", "copyright", "credits" or "license" for more information. >>>> import foo.async > File "<stdin>", line 1 > import foo.async > ^ > SyntaxError: invalid syntax >>>> > ``` > > Quickly checking codesearch, there are a bunch of packages that have > import lines that look like they'd fail. > > Anyone mind if I do a MBF on libraries that are providing anything > named `async.py`?
List of affected packages: openscap-daemon: /usr/lib/python3/dist-packages/openscap_daemon/async.py pylint3: /usr/lib/python3/dist-packages/pylint/checkers/async.py python3-astroquery: /usr/lib/python3/dist-packages/astroquery/vo_conesearch/async.py python3-celery: /usr/lib/python3/dist-packages/celery/backends/async.py python3-dropbox: /usr/lib/python3/dist-packages/dropbox/async.py python3-exabgp: /usr/lib/python3/dist-packages/exabgp/reactor/async.py python3-gunicorn: /usr/lib/python3/dist-packages/gunicorn/workers/async.py python3-ldap: /usr/lib/python3/dist-packages/ldap/async.py python3-mapproxy: /usr/lib/python3/dist-packages/mapproxy/util/async.py python3-opengl: /usr/lib/python3/dist-packages/OpenGL/GL/SGIX/async.py python3-opengl: /usr/lib/python3/dist-packages/OpenGL/raw/GL/SGIX/async.py python3-pexpect: /usr/lib/python3/dist-packages/pexpect/async.py python3-pylama: /usr/lib/python3/dist-packages/pylama/async.py python3-pymodbus: /usr/lib/python3/dist-packages/pymodbus/client/async.py python3-pymodbus: /usr/lib/python3/dist-packages/pymodbus/server/async.py python3-raven: /usr/lib/python3/dist-packages/raven/contrib/async.py python3-rpyc: /usr/lib/python3/dist-packages/rpyc/core/async.py python3-tenacity: /usr/lib/python3/dist-packages/tenacity/async.py salt-common: /usr/lib/python3/dist-packages/salt/utils/async.py visidata: /usr/lib/python3/dist-packages/visidata/async.py and the dd-list: Andriy Senkovych <[email protected]> salt (U) Anja Boskovic <[email protected]> visidata Bas Couwenberg <[email protected]> mapproxy (U) Benjamin Drung <[email protected]> salt (U) Brian May <[email protected]> celery (U) Carl Suster <[email protected]> rpyc (U) ChangZhuo Chen (陳昌倬) <[email protected]> pylama (U) Chris Lamb <[email protected]> gunicorn Debian Astro Team <[email protected]> astroquery Debian GIS Project <[email protected]> mapproxy Debian Python Modules Team <[email protected]> celery pexpect pylama pymodbus pyopengl python-dropbox python-ldap python-raven (U) python-tenacity rpyc Debian Salt Team <[email protected]> salt Debian Security Tools <[email protected]> openscap-daemon Franklin G Mendoza <[email protected]> salt (U) Joe Healy <[email protected]> salt (U) Maximiliano Curia <[email protected]> pymodbus (U) Michael Fladischer <[email protected]> celery (U) python-dropbox (U) Ondřej Kobližek <[email protected]> python-tenacity (U) Ondřej Nový <[email protected]> python-tenacity (U) salt (U) Philippe Thierry <[email protected]> openscap-daemon (U) Python Applications Packaging Team <[email protected]> pylint (U) Sandro Tosi <[email protected]> pylint Thomas Goirand <[email protected]> python-tenacity (U) Tobias Hansen <[email protected]> pexpect (U) Torsten Marek <[email protected]> pyopengl (U) Vincent Bernat <[email protected]> exabgp python-raven Vincent Prat <[email protected]> astroquery (U) W. Martin Borgert <[email protected]> pymodbus (U) Willem van den Akker <[email protected]> python-ldap (U) Wolodja Wentland <[email protected]> salt (U) Cheers, Emilio _______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
