https://github.com/python/cpython/commit/af2b3e98d812d1ddd0354c0d560ed3e13ab51a8d commit: af2b3e98d812d1ddd0354c0d560ed3e13ab51a8d branch: main author: Petr Viktorin <[email protected]> committer: AA-Turner <[email protected]> date: 2025-12-12T10:16:55Z summary:
Link listsort.txt in InternalDocs/README.md (#142619) files: M InternalDocs/README.md diff --git a/InternalDocs/README.md b/InternalDocs/README.md index 06f67b3cfc124a..80744f30a5b591 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) + <!-- (kept at the original location outside this directory) --> + Modules --- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
