cpython/Doc/reference
Thanos 79c03ac001
gh-69686: Remove untrue part of __import__ replacement docs (#143261)
Remove untrue part of `__import__` replacement docs

The original statement effectively says that replacing `__import__` at global scope affects import statements, and not only that, but only import statements within the rest of the executing module. None of that has been true since at least Python 2.7, I think.

This was likely missed in python/cpython#69686.
2025-12-29 21:16:54 -08:00
..
compound_stmts.rst Add missing comma to tuple in except* docs (#142395) 2025-12-14 00:51:35 +02:00
datamodel.rst Python 3.15.0a3 2025-12-16 14:26:12 +02:00
executionmodel.rst gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) 2025-10-02 09:13:22 -06:00
expressions.rst gh-135676: Reword the f-string (and t-string) section (GH-137469) 2025-12-03 16:14:53 +01:00
grammar.rst gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942) 2025-07-23 15:57:54 +00:00
import.rst gh-69686: Remove untrue part of __import__ replacement docs (#143261) 2025-12-29 21:16:54 -08:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942) 2025-07-23 15:57:54 +00:00
lexical_analysis.rst typo fixes in docs (#142683) 2025-12-14 13:47:22 +05:30
simple_stmts.rst gh-138871: Clarify NameError exception in 'del' (#138881) 2025-09-15 02:11:01 -04:00
toplevel_components.rst gh-130587: Add hand-written docs for non-OP tokens (GH-130588) 2025-03-19 16:42:11 +01:00