| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -188,6 +188,8 @@ Importing Modules | |||
| 188 | 188 | .. versionchanged:: 3.3 | |
| 189 | 189 | Uses :func:`imp.source_from_cache()` in calculating the source path if | |
| 190 | 190 | only the bytecode path is provided. | |
| 191 | + .. versionchanged:: 3.12 | ||
| 192 | + No longer uses the removed ``imp`` module. | ||
| 191 | 193 | ||
| 192 | 194 | ||
| 193 | 195 | .. c:function:: long PyImport_GetMagicNumber() | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1987,7 +1987,6 @@ are always available. They are listed here in alphabetical order. | |||
| 1987 | 1987 | ||
| 1988 | 1988 | .. index:: | |
| 1989 | 1989 | statement: import | |
| 1990 | - module: imp | ||
| 1991 | 1990 | ||
| 1992 | 1991 | .. note:: | |
| 1993 | 1992 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments