Re: [Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-10 Thread Julien Cristau
On 07/10/2018 03:50 PM, Thomas Goirand wrote: > On 07/09/2018 11:03 PM, Adrian Bunk wrote: >> On Mon, Jul 09, 2018 at 02:33:18PM +0200, Thomas Goirand wrote: >>> On 07/08/2018 12:36 PM, Emilio Pozuelo Monfort wrote: List of affected packages: openscap-daemon:

Re: [Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-10 Thread Thomas Goirand
On 07/09/2018 11:03 PM, Adrian Bunk wrote: > On Mon, Jul 09, 2018 at 02:33:18PM +0200, Thomas Goirand wrote: >> On 07/08/2018 12:36 PM, Emilio Pozuelo Monfort wrote: >>> List of affected packages: >>> >>> openscap-daemon: /usr/lib/python3/dist-packages/openscap_daemon/async.py >>> pylint3:

Re: [Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-09 Thread Adrian Bunk
On Mon, Jul 09, 2018 at 02:33:18PM +0200, Thomas Goirand wrote: > On 07/08/2018 12:36 PM, Emilio Pozuelo Monfort wrote: > > List of affected packages: > > > > openscap-daemon: /usr/lib/python3/dist-packages/openscap_daemon/async.py > > pylint3:

Re: [Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-09 Thread Stéphane Blondon
Le 08/07/2018 à 00:17, Paul R. Tagliamonte a écrit : > 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`. This problem can occur in other situations. For example, ZODB had the

Re: [Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-08 Thread Adrian Bunk
On Sat, Jul 07, 2018 at 06:17:20PM -0400, 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

Re: [Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-08 Thread Emilio Pozuelo Monfort
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

Re: [Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-08 Thread Paul Gevers
Hi Paul, 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)

[Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-07 Thread Paul R. Tagliamonte
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"