asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

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

Open hanbeibei opened this issue 9 years ago • 2 comments

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.

hanbeibei avatar Nov 14 '16 03:11 hanbeibei

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

Do you want to help by submitting a PR?

gvanrossum avatar Nov 14 '16 05:11 gvanrossum

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

denisra avatar Nov 16 '16 20:11 denisra