diff options
author | Ken Jin <kenjin4096@gmail.com> | 2022-04-06 11:38:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 11:38:25 (GMT) |
commit | 9ffe47df5468a72603f730eae48c2fd4ec615ffa (patch) | |
tree | 50335ba775291324e5c724e3226bcaa2b8fe7b5a /Doc/tutorial/modules.rst | |
parent | 074da788028c1f1e867dc81698efdcdc263f2288 (diff) | |
download | cpython-9ffe47df5468a72603f730eae48c2fd4ec615ffa.zip cpython-9ffe47df5468a72603f730eae48c2fd4ec615ffa.tar.gz cpython-9ffe47df5468a72603f730eae48c2fd4ec615ffa.tar.bz2 |
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Guido van Rossum <gvanrossum@users.noreply.github.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Diffstat (limited to 'Doc/tutorial/modules.rst')
-rw-r--r-- | Doc/tutorial/modules.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index a4e1cef..0d1fada 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -211,6 +211,8 @@ directory. This is an error unless the replacement is intended. See section .. % Do we need stuff on zip files etc. ? DUBOIS +.. _tut-pycache: + "Compiled" Python files ----------------------- |