Commenting out the getfillable() method -- it's broken, and nobody

remembers what it is supposed to do. :-(
This commit is contained in:
Guido van Rossum 2001-08-13 15:04:33 +00:00
parent 8837814cd4
commit 8710681400

View file

@ -210,8 +210,9 @@ class Play_Audio_sun:
else:
return 0
def getfillable(self):
return BUFFERSIZE - self.getfilled()
## # Nobody remembers what this method does, and it's broken. :-(
## def getfillable(self):
## return BUFFERSIZE - self.getfilled()
def AudioDev():
# Dynamically try to import and use a platform specific module.