Skip to content

[3.6] bpo-32674: Improve the docstring for __import__ (GH-5339) #5489

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

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 2, 2018

Clarify that the level argument is used to determine whether to
perform absolute or relative imports: 0 is absolute, while a positive number
is the number of parent directories to search relative to the current module.
(cherry picked from commit 461d225)

Co-authored-by: oldk oldk1331@users.noreply.github.com

https://bugs.python.org/issue32674

Clarify that the level argument is used to determine whether to
perform absolute or relative imports: 0 is absolute, while a positive number
is the number of parent directories to search relative to the current module.
(cherry picked from commit 461d225)

Co-authored-by: oldk <oldk1331@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@oldk1331 and @Mariatta: Backport status check is done, and it's a success ✅ .

@Mariatta Mariatta merged commit f61951b into python:3.6 Feb 2, 2018
@miss-islington
Copy link
Contributor Author

Thanks, @Mariatta!

@miss-islington miss-islington deleted the backport-461d225-3.6 branch February 2, 2018 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants