0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Doc/includes
Brandt Bucher 224b8aaa7e bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
* Add a note to the PyModule_AddObject docs.

* Correct example usages of PyModule_AddObject.

* Whitespace.

* Clean up wording.

* 📜🤖 Added by blurb_it.

* First code review.

* Add < 0 in the tests with PyModule_AddObject
2019-09-12 13:11:20 +01:00
..
sqlite3
custom2.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
custom3.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
custom4.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
custom.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
dbpickle.py
email-alternative.py
email-dir.py
email-headers.py
email-mime.py bpo-36261: Improve example of the preamble field in email docs (GH-14751) 2019-07-14 09:46:18 +02:00
email-read-alternative.py
email-simple.py
email-unpack.py
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. (#15725) 2019-09-12 13:11:20 +01:00
test.py
turtle-star.py
typestruct.h
tzinfo_examples.py