[issue31454] Include "import as" in tutorial

2018-02-25 Thread miss-islington
miss-islington added the comment: New changeset 76349471adfa4366a92438c88fd05a0e1e94c59b by Miss Islington (bot) in branch '2.7': bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)

[issue31454] Include "import as" in tutorial

2018-02-25 Thread miss-islington
miss-islington added the comment: New changeset e48e6499bbad56f7cc665efa25ae4847f51dbc38 by Miss Islington (bot) in branch '3.7': bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)

[issue31454] Include "import as" in tutorial

2018-02-25 Thread miss-islington
miss-islington added the comment: New changeset 5a07608d0855e4104e4070328155b52010dec4e7 by Miss Islington (bot) in branch '3.6': bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)

[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks everyone. I've merged Marios's PR. The backport PRs have started and will automerge. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python

[issue31454] Include "import as" in tutorial

2018-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +5668 ___ Python tracker ___

[issue31454] Include "import as" in tutorial

2018-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +5667 ___ Python tracker ___

[issue31454] Include "import as" in tutorial

2018-02-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +5666 ___ Python tracker ___

[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset fbee88244e8921afdb29fde51a9a010a8ae18277 by Mariatta (Mario Corchero) in branch 'master': bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)

[issue31454] Include "import as" in tutorial

2018-02-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > PR 4041 looks good to me. Mariatta, do you have time to look at Mario's patch? Sorry I just saw this now, months later. Looks good to me. I can merge and backport once the CI passed. Thanks! --

[issue31454] Include "import as" in tutorial

2017-11-05 Thread Berker Peksag
Berker Peksag added the comment: PR 4041 looks good to me. Mariatta, do you have time to look at Mario's patch? Sarthak, thank you for your PR, but a PR was opened 12 days before yours (sorry, I missed it earlier) Would you like to work on another issue? I've just

[issue31454] Include "import as" in tutorial

2017-10-31 Thread Berker Peksag
Berker Peksag added the comment: I just reviewed Mario's pull request. Should we mention the "from fibo import fib as fibonacci" syntax too? -- nosy: +berker.peksag ___ Python tracker

[issue31454] Include "import as" in tutorial

2017-10-31 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4165 ___ Python tracker ___

[issue31454] Include "import as" in tutorial

2017-10-18 Thread Mario Corchero
Change by Mario Corchero : -- keywords: +patch pull_requests: +4012 stage: needs patch -> patch review ___ Python tracker ___

[issue31454] Include "import as" in tutorial

2017-10-18 Thread Mario Corchero
Change by Mario Corchero : -- nosy: +mariocj89 ___ Python tracker ___ ___

[issue31454] Include "import as" in tutorial

2017-09-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I might know an aspiring contributor who can work on this. Assigning to myself. -- assignee: docs@python -> Mariatta ___ Python tracker

[issue31454] Include "import as" in tutorial

2017-09-15 Thread Novel
Novel added the comment: The offending file is here: https://github.com/python/cpython/blob/master/Doc/tutorial/modules.rst Read the developer's guide to learn how to submit your changes to python. https://devguide.python.org/ -- nosy: +nyt ___

[issue31454] Include "import as" in tutorial

2017-09-15 Thread Éric Araujo
Changes by Éric Araujo : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list

[issue31454] Include "import as" in tutorial

2017-09-14 Thread R. David Murray
R. David Murray added the comment: Well, this is all volunteer work. Maybe someone else will feel like doing it :) -- ___ Python tracker ___

[issue31454] Include "import as" in tutorial

2017-09-14 Thread Steve Johnson
Steve Johnson added the comment: I don't know what a PR is, so I'll let you guys handle it if it is OK with you. > On Sep 14, 2017, at 11:47 AM, R. David Murray wrote: > > > R. David Murray added the comment: > > I agree that it would seem reasonable to add this to

[issue31454] Include "import as" in tutorial

2017-09-14 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 3.6, Python 3.7 ___ Python tracker ___

[issue31454] Include "import as" in tutorial

2017-09-14 Thread R. David Murray
R. David Murray added the comment: I agree that it would seem reasonable to add this to section 6.1 of the tutorial, since it mentions both import statement variants and the modules "global symbol table", which are the two concepts involved in import as. Would you like to propose a PR?