revert r66114 for Jesse

This commit is contained in:
Benjamin Peterson 2008-09-01 17:10:46 +00:00
parent 27cc8e1dd2
commit f7feaec16c
5 changed files with 146 additions and 39 deletions

View file

@ -63,7 +63,7 @@ def RawArray(typecode_or_type, size_or_initializer):
def Value(typecode_or_type, *args, **kwds):
'''
Return a synchronization wrapper for a RawValue
Return a synchronization wrapper for a Value
'''
lock = kwds.pop('lock', None)
if kwds: