Submit Nick's patch for issue 3589, reviewed by jnoller

This commit is contained in:
Jesse Noller 2008-09-01 16:47:25 +00:00
parent 34bfda55d2
commit 27cc8e1dd2
4 changed files with 32 additions and 132 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 Value
Return a synchronization wrapper for a RawValue
'''
lock = kwds.pop('lock', None)
if kwds: