[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7, Python 3.6, Python 3.8 ___ Python tracker

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 9b7b3a64560269188fcb43445becc5aacb4de2dc by Mariatta in branch '2.7': bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494)

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset f61951b10cc08d3926a3ebaacc154d4149150ef4 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489)

[issue32674] minor documentation fix for '__import__'

2018-02-02 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- pull_requests: +5327 ___ Python tracker ___ ___

[issue32674] minor documentation fix for '__import__'

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5319 ___ Python tracker ___

[issue32674] minor documentation fix for '__import__'

2018-02-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 461d225b195eec5269f317323b41115516144c41 by Mariatta (oldk) in branch 'master': bpo-32674: Improve the docstring for __import__ (GH-5339)

[issue32674] minor documentation fix for '__import__'

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5318 ___ Python tracker ___

[issue32674] minor documentation fix for '__import__'

2018-02-01 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +needs review ___ Python tracker ___ ___

[issue32674] minor documentation fix for '__import__'

2018-01-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Don't worry, but in fact, I did not understand because when you post your issue, there was no associated PR. Now, I do understand. Thank you -- ___ Python tracker

[issue32674] minor documentation fix for '__import__'

2018-01-25 Thread Qian Yun
Qian Yun added the comment: Sorry, a typo, it's "minor documentation fix". See https://github.com/python/cpython/pull/5339 diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index d8971bef2a..80b4f9447c 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@

[issue32674] minor documentation fix for '__import__'

2018-01-25 Thread Qian Yun
Change by Qian Yun : -- keywords: +patch pull_requests: +5186 stage: -> patch review ___ Python tracker ___

[issue32674] minor documentation fix for '__import__'

2018-01-25 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: minor documentation? I don't understand, the documentation of __import__ is well done, could you explain ? https://docs.python.org/3/library/functions.html#__import__ thank you -- nosy: +matrixise

[issue32674] minor documentation fix for '__import__'

2018-01-25 Thread Qian Yun
New submission from Qian Yun : This is a minor documentation for builtin function '__import__'. -- assignee: docs@python components: Documentation messages: 310741 nosy: Qian Yun, docs@python priority: normal severity: normal status: open title: minor documentation