]> granicus.if.org Git - python/commit
Use Python 3.x-style keyword only arg in Array()
authorRichard Oudkerk <shibturn@gmail.com>
Tue, 29 May 2012 11:01:47 +0000 (12:01 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 29 May 2012 11:01:47 +0000 (12:01 +0100)
commit87ea780e8ef029dd877dda18f5d0bc8983766848
tree5dbbf791671ed7a18232dbc40988a9e15ffac717
parent1074a9294bf010a8f167299e541a2860638b2e5f
Use Python 3.x-style keyword only arg in Array()

Previously a Python 2.x compatible hack was used for
multiprocessing.sharedctypes.Array().  Also the documented
signature was wrong.
Doc/library/multiprocessing.rst
Lib/multiprocessing/__init__.py
Lib/multiprocessing/sharedctypes.py