]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Link listsort.txt in InternalDocs/README.md (#142619)
authorPetr Viktorin <encukou@gmail.com>
Fri, 12 Dec 2025 10:16:55 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 10:16:55 +0000 (10:16 +0000)
InternalDocs/README.md

index 06f67b3cfc124ad6e99a8e4dcf115223ba185adf..80744f30a5b5914b65321f4fa04f0b74289c7558 100644 (file)
@@ -29,8 +29,6 @@ Runtime Objects
 
 - [Frames](frames.md)
 
-- [String Interning](string_interning.md)
-
 Program Execution
 ---
 
@@ -48,6 +46,14 @@ Program Execution
 
 - [Stack protection](stack_protection.md)
 
+Built-in Types
+---
+
+- [String Interning](string_interning.md)
+
+- [List sort algorithm](../Objects/listsort.txt)
+  <!-- (kept at the original location outside this directory) -->
+
 Modules
 ---