cpython/Doc/includes
Miss Islington (bot) e9039f32b3 Minor C API documentation improvements. (GH-17697)
The added parentheses around the PyIter_Next assignment suppress the following warning which gcc throws without:
```
warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
```
The other change is a typo fix
(cherry picked from commit 5c7ed7550e)

Co-authored-by: William Ayd <william.ayd@icloud.com>
2019-12-24 22:35:01 -06:00
..
sqlite3 bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) 2019-05-20 00:52:20 +03:00
custom.c Minor C API documentation improvements. (GH-17697) 2019-12-24 22:35:01 -06:00
custom2.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
custom3.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
custom4.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
dbpickle.py
email-alternative.py
email-dir.py bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) 2019-11-15 01:11:48 -08:00
email-headers.py
email-mime.py bpo-36261: Improve example of the preamble field in email docs (GH-14751) 2019-07-14 00:53:15 -07:00
email-read-alternative.py
email-simple.py bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) 2019-11-15 01:11:48 -08:00
email-unpack.py bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) 2019-11-15 01:11:48 -08:00
minidom-example.py
mp_newtype.py
mp_pool.py
mp_workers.py
run-func.c
setup.py
sublist.c bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) 2019-09-12 05:26:46 -07:00
test.py
turtle-star.py
typestruct.h bpo-36974: document PEP 590 (GH-13450) 2019-06-03 01:43:13 +02:00
tzinfo_examples.py