mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Link listsort.txt in InternalDocs/README.md (#142619)
This commit is contained in:
parent
2a820e2b9c
commit
af2b3e98d8
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue