Commit c3b8f998 authored by Guido van Rossum's avatar Guido van Rossum

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

remembers what it is supposed to do. :-(
parent eb0b2ba2
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment