]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bit vector is now implemented
authorGuido van Rossum <guido@python.org>
Mon, 14 Dec 1992 15:52:05 +0000 (15:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Dec 1992 15:52:05 +0000 (15:52 +0000)
Demo/sgi/sv/burstcapt.py

index 922576c1566bceb54793d58c5208db6badebe3ae..ce1e579f36563f54a11981cd476043ea0a40df9e 100755 (executable)
@@ -14,8 +14,8 @@ def main():
 
        go = raw_input('Press return to capture ' + `queuesize` + ' frames: ')
        result = v.CaptureBurst(svci)
-##     svci, buffer, bitvec = result # XXX Bit vector not yet implemented
-       svci, buffer = result
+       svci, buffer, bitvec = result
+##     svci, buffer = result # XXX If bit vector not yet implemented
 
        print 'Captured', svci[3], 'frames, i.e.', len(buffer)/1024, 'K bytes'