]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The _comp_data() function never worked, it contained a reference to
authorGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:02:44 +0000 (18:02 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 May 1999 18:02:44 +0000 (18:02 +0000)
commit5c071fab8fac370b1e5bf8dccb2d99d0fad7f2df
tree87dac347ee0eaeaa1528bfc36810efbdda689567
parentf8fd11d039758b5d0c91316204be268eb511757b
The _comp_data() function never worked, it contained a reference to
undefined 'nframes'.  Should be self._nframes.  (Andrew Dalke & kjpylint)
Lib/aifc.py