Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from module import (a,b,c) #689

Closed
robertwb opened this issue Nov 23, 2008 · 6 comments
Closed

from module import (a,b,c) #689

robertwb opened this issue Nov 23, 2008 · 6 comments

Comments

@robertwb
Copy link
Contributor

Python supports parentheses around imported names, which allows them to span multiple lines, as in

    from tokenize import (tokenize, generate_tokens, untokenize,
                          NUMBER, NAME, OP, STRING)

Migrated from http://trac.cython.org/ticket/129

@robertwb
Copy link
Contributor Author

scoder changed description from

Python supports parentheses around imported names, which allows them to span multiple lines, as in

from tokenize import (tokenize, generate_tokens, untokenize,
                      NUMBER, NAME, OP, STRING)

to

Python supports parentheses around imported names, which allows them to span multiple lines, as in

    from tokenize import (tokenize, generate_tokens, untokenize,
                          NUMBER, NAME, OP, STRING)

commented

@robertwb
Copy link
Contributor Author

scoder changed resolution to fixed
status from new to closed
commented

Done.

http://hg.cython.org/cython-devel/rev/3ba99a87b30d

@robertwb
Copy link
Contributor Author

@robertwb changed milestone from 1.0 to 0.11
commented

@robertwb
Copy link
Contributor Author

scoder changed resolution from fixed to empty
status from closed to reopened
commented

@robertwb
Copy link
Contributor Author

scoder changed owner from somebody to scoder
status from reopened to new
commented

@robertwb
Copy link
Contributor Author

scoder changed resolution to fixed
status from new to closed
commented

@robertwb robertwb added this to the 0.11 milestone Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant