Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-98040: Remove just theimp module#98573

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
warsaw merged 17 commits intopython:mainfromwarsaw:remove-imp
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
44cd65d
gh-98040: Remove just the `imp` module
warsawOct 23, 2022
e4f857d
Fix some markup
warsawOct 23, 2022
cc469c4
Remove imp module documentation
warsawOct 23, 2022
b3c3517
Merge branch 'main' into remove-imp
warsawApr 11, 2023
61991ef
Merge branch 'main' into remove-imp
warsawApr 14, 2023
9652d2b
Merge branch 'main' into remove-imp
warsawApr 15, 2023
bbaef14
Merge branch 'main' into remove-imp
warsawApr 19, 2023
c45ba31
Merge branch 'main' into remove-imp
warsawApr 19, 2023
eee4ae6
Merge branch 'main' into remove-imp
warsawApr 23, 2023
a2dfdbd
Merge branch 'main' into remove-imp
warsawApr 26, 2023
c950cdd
Merge branch 'main' into remove-imp
warsawApr 27, 2023
aab652a
Merge branch 'main' into remove-imp
warsawApr 27, 2023
691c7f7
We can't reference :mod:`imp` now that it's been removed
warsawApr 27, 2023
399da5b
Remove `imp` from stdlib_module_names.h
arhadthedevApr 27, 2023
50bf954
Update the header file name in the comment
warsawApr 27, 2023
f560b99
Remove additional references to the imp module
warsawApr 27, 2023
02bb156
Merge branch 'main' into remove-imp
warsawApr 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletionsDoc/c-api/import.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -188,6 +188,8 @@ Importing Modules
.. versionchanged:: 3.3
Uses :func:`imp.source_from_cache()` in calculating the source path if
only the bytecode path is provided.
.. versionchanged:: 3.12
No longer uses the removed ``imp`` module.


.. c:function:: long PyImport_GetMagicNumber()
Expand Down
1 change: 0 additions & 1 deletionDoc/library/functions.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1987,7 +1987,6 @@ are always available. They are listed here in alphabetical order.

.. index::
statement: import
module: imp

.. note::

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp