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

bpo-42955: Rename module_names to sys.stdlib_module_names #24332

Merged
merged 1 commit into from Jan 25, 2021

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 25, 2021

  • Rename _Py_module_names to _Py_stdlib_module_names
  • Rename Python/module_names.h to Python/stdlib_module_names.h

https://bugs.python.org/issue42955

* Rename _Py_module_names to _Py_stdlib_module_names
* Rename Python/module_names.h to Python/stdlib_module_names.h
@vstinner vstinner requested a review from python/windows-team as a code owner Jan 25, 2021
Copy link

@gaborbernat gaborbernat left a comment

@warsaw
warsaw approved these changes Jan 25, 2021
@vstinner vstinner merged commit 9852cb3 into python:master Jan 25, 2021
11 checks passed
11 checks passed
Docs
Details
Check for source changes
Details
Check if generated files are up to date
Details
Windows (x86)
Details
Windows (x64)
Details
macOS
Details
Ubuntu
Details
Azure Pipelines PR #20210125.23 succeeded
Details
Travis CI - Pull Request Build Passed
Details
bedevere/issue-number Issue number 42955 found
Details
bedevere/news News entry found in Misc/NEWS.d
@vstinner vstinner deleted the vstinner:stdlib_module_names branch Jan 25, 2021
@vstinner
Copy link
Member Author

@vstinner vstinner commented Jan 25, 2021

Merged, thanks for the reviews.

m000 added a commit to m000/cpython that referenced this pull request Jan 29, 2021
…4332)

* Rename _Py_module_names to _Py_stdlib_module_names.
* Rename Python/module_names.h to Python/stdlib_module_names.h.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants