This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: multiprocessing.Array 'c' code is not documented
Type: behavior Stage:
Components: Documentation Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, steven.daprano
Priority: normal Keywords:

Created on 2017-11-11 00:10 by steven.daprano, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg306069 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2017-11-11 00:10
multiprocessing.Array is documented as taking the same character codes as array.array, but it also takes 'c' which is not documented.

https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Array
https://docs.python.org/3/library/array.html#module-array
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76187
2017-11-11 00:10:10steven.dapranocreate