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-21760: fix __file__ description #19097

Merged
merged 11 commits into from
Jun 9, 2021
Prev Previous commit
Next Next commit
seperate lines
  • Loading branch information
furkanonder authored Mar 23, 2020
commit 5427c588a9f117ba3e16f15455972dde22735dc0
1 change: 1 addition & 0 deletions Doc/reference/import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ the module.
are statically linked into the interpreter; for extension modules
loaded dynamically from a shared library, it is the pathname
of the shared library file.

furkanonder marked this conversation as resolved.
Show resolved Hide resolved
.. attribute:: __cached__

``__file__`` is optional. If set, this attribute's value must be a
Expand Down