8
8
Added Chapters
9
9
--------------
10
10
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 .
13
13
- "Context Managers" with practical C code examples.
14
14
- "Watchers" with practical examples for dictionary watchers (Python 3.12+).
15
15
- "Installation" for the project.
@@ -21,15 +21,15 @@ Changed Chapters
21
21
- Update the "Homogeneous Python Containers and C++" chapter.
22
22
- Expand the "Memory Leaks" chapter.
23
23
- 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.
25
25
- Expand the Index.
26
26
27
27
Other
28
28
------
29
29
30
30
- Python versions supported: 3.9, 3.10, 3.11, 3.12, 3.13.
31
31
- 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.
33
33
34
34
TODO
35
35
----
0 commit comments