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."""
7 # This relies on each of the submodules having an __all__ variable.
8 from .base_events import *
9 from .coroutines import *
10 from .events import * # comment here
12 from .futures import *
13 from .locks import * # comment here
14 from .protocols import *
16 from ..runners import * # comment here
17 from ..queues import *
18 from ..streams import *
20 from some_library import (
21 Just, Enough, Libraries, To, Fit, In, This, Nice, Split, Which, We, No, Longer, Use
24 from .a.b.c.subprocess import *
26 from . import (A, B, C)
27 from . import SomeVeryLongNameAndAllOfItsAdditionalLetters1, \
28 SomeVeryLongNameAndAllOfItsAdditionalLetters2
47 """The asyncio package, tracking PEP 3156."""
53 # This relies on each of the submodules having an __all__ variable.
54 from .base_events import *
55 from .coroutines import *
56 from .events import * # comment here
58 from .futures import *
59 from .locks import * # comment here
60 from .protocols import *
62 from ..runners import * # comment here
63 from ..queues import *
64 from ..streams import *
66 from some_library import (
83 from .a.b.c.subprocess import *
87 SomeVeryLongNameAndAllOfItsAdditionalLetters1,
88 SomeVeryLongNameAndAllOfItsAdditionalLetters2,