Issue 32006: multiprocessing.Array 'c' code is not documented (original) (raw)

Issue32006

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76187

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:54 admin set github: 76187
2017-11-11 00:10:10 steven.daprano create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements