Skip to content

Commit a12a27a

Browse files
committed
Finish documentation on sequence methods.
1 parent 8acaa67 commit a12a27a

File tree

3 files changed

+297
-65
lines changed

3 files changed

+297
-65
lines changed

HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ History
88
Added Chapters
99
--------------
1010

11-
- "Containers and Reference Counts" that corrects and clarifies the Python documentation where that is wrong, absent or misleading.
12-
- "Struct Sequences (namedtuple in C)" that corrects and clarifies the Python documentation where that is wrong, absent or misleading.
11+
- "Containers and Reference Counts" which corrects the Python documentation where that is wrong, misleading or missing.
12+
- "Struct Sequences (namedtuple in C)" which corrects the Python documentation where that is wrong, misleading or missing.
1313
- "Context Managers" with practical C code examples.
1414
- "Watchers" with practical examples for dictionary watchers (Python 3.12+).
1515
- "Installation" for the project.
@@ -21,15 +21,15 @@ Changed Chapters
2121
- Update the "Homogeneous Python Containers and C++" chapter.
2222
- Expand the "Memory Leaks" chapter.
2323
- Extended the "Logging" chapter to show how to access the CPython Frame from C.
24-
- Add a section "Emulating Sequence Types" to the "Creating New Types" chapter.
24+
- Add "Emulating Sequence Types" to the "Creating New Types" chapter.
2525
- Expand the Index.
2626

2727
Other
2828
------
2929

3030
- Python versions supported: 3.9, 3.10, 3.11, 3.12, 3.13.
3131
- Development Status :: 5 - Production/Stable
32-
- Documentation word count has gone up 50%+ from 41,000 to 66,000.
32+
- TODO: Documentation word count has gone up 50%+ from 41,000 to 66,000.
3333

3434
TODO
3535
----

0 commit comments

Comments
 (0)