python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.03k stars 178 forks source link

there are too many code in /example are using: from asyncio import * #464

Open hanbeibei opened 7 years ago

hanbeibei commented 7 years ago

does this adapt to pep8?

I was told not to write code in this way. this will add more work to the people who want to use your work, we are not writing perl.

gvanrossum commented 7 years ago

You're right, the examples should be changed to just import what they need.

Do you want to help by submitting a PR?

denisra commented 7 years ago

I'm willing to work on this one if nobody else is doing it yet.