Remove some long-dead code
[third_party/pexpect] / pexpect / __init__.py
index 6857b4147448766b543222752b320d1a03227efd..4d0d180a837622fc4152263204cc66c07667ca84 100644 (file)
@@ -141,15 +141,6 @@ class EOF(ExceptionPexpect):
 class TIMEOUT(ExceptionPexpect):
     '''Raised when a read time exceeds the timeout. '''
 
-##class TIMEOUT_PATTERN(TIMEOUT):
-##    '''Raised when the pattern match time exceeds the timeout.
-##    This is different than a read TIMEOUT because the child process may
-##    give output, thus never give a TIMEOUT, but the output
-##    may never match a pattern.
-##    '''
-##class MAXBUFFER(ExceptionPexpect):
-##    '''Raised when a buffer fills before matching an expected pattern.'''
-
 
 def run(command, timeout=-1, withexitstatus=False, events=None,
         extra_args=None, logfile=None, cwd=None, env=None):