Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5978249

Browse files
committed
Update history with sequence types.
1 parent 4a8742a commit 5978249

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎HISTORY.rst‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Added Chapters
1313
- "Context Managers" with practical C code examples.
1414
- "Watchers" with practical examples for dictionary watchers (Python 3.12+).
1515
- "Installation" for the project.
16-
- "Debugging Python with CLion".
1716
- "Source Code Layout" for the project.
1817

1918
Changed Chapters
@@ -22,7 +21,8 @@ Changed Chapters
2221
- Update the "Homogeneous Python Containers and C++" chapter.
2322
- Expand the "Memory Leaks" chapter.
2423
- Extended the "Logging" chapter to show how to access the CPython Frame from C.
25-
- The Index.
24+
- Add a section "Emulating Sequence Types" to the "Creating New Types" chapter.
25+
- Expand the Index.
2626

2727
Other
2828
------
@@ -31,6 +31,11 @@ Other
3131
- Development Status :: 5 - Production/Stable
3232
- Documentation word count has gone up 50%+ from 41,000 to 66,000.
3333

34+
TODO
35+
----
36+
37+
- Add "Debugging Python with CLion".
38+
3439
..
3540
.. todo::
3641

‎doc/sphinx/source/new_types.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ This can be tested thus, in ``tests/unit/test_c_object.py``:
422422
.. _objobjproc: https://docs.python.org/3/c-api/typeobj.html#c.objobjproc
423423

424424
=========================
425-
Sequence Types
425+
Emulating Sequence Types
426426
=========================
427427

428428
This section describes how to make an object act like a sequence using

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /