From: Petr Viktorin Date: Fri, 12 Dec 2025 10:16:55 +0000 (+0100) Subject: Link listsort.txt in InternalDocs/README.md (#142619) X-Git-Tag: v3.15.0a3~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af2b3e98d812d1ddd0354c0d560ed3e13ab51a8d;p=thirdparty%2FPython%2Fcpython.git Link listsort.txt in InternalDocs/README.md (#142619) --- diff --git a/InternalDocs/README.md b/InternalDocs/README.md index 06f67b3cfc12..80744f30a5b5 100644 --- a/InternalDocs/README.md +++ b/InternalDocs/README.md @@ -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) + + Modules ---