All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 """The asyncio package, tracking PEP 3156."""
10 # This relies on each of the submodules having an __all__ variable.
11 from .base_events import *
12 from .coroutines import *
13 from .events import * # comment here
15 from .futures import *
16 from .locks import * # comment here
17 from .protocols import *
19 from ..runners import * # comment here
20 from ..queues import *
21 from ..streams import *
23 from some_library import (
24 Just, Enough, Libraries, To, Fit, In, This, Nice, Split, Which, We, No, Longer, Use
27 from .a.b.c.subprocess import *
29 from . import (A, B, C)
30 from . import SomeVeryLongNameAndAllOfItsAdditionalLetters1, \
31 SomeVeryLongNameAndAllOfItsAdditionalLetters2
50 """The asyncio package, tracking PEP 3156."""
54 from logging import ERROR
57 # This relies on each of the submodules having an __all__ variable.
58 from .base_events import *
59 from .coroutines import *
60 from .events import * # comment here
62 from .futures import *
63 from .locks import * # comment here
64 from .protocols import *
66 from ..runners import * # comment here
67 from ..queues import *
68 from ..streams import *
70 from some_library import (
87 from .a.b.c.subprocess import *
91 SomeVeryLongNameAndAllOfItsAdditionalLetters1,
92 SomeVeryLongNameAndAllOfItsAdditionalLetters2,