Skip to content
Snippets Groups Projects
  1. Oct 19, 2003
  2. Oct 18, 2003
  3. Oct 17, 2003
  4. Oct 14, 2003
    • Per Cederqvist's avatar
      (__all__): Removed CONT and added BREAK. · 4b713cbf
      Per Cederqvist authored
      (CONT): Removed.
      (BREAK): Added.
      (controller.__init__): Remove the __done attribute.
      (controller.loop): The default is now to continue.  Break only if
      	the user explicitly breaks out of the loop.  All references to
      	__done removed.
      (controller.re): Remove __done accesses.
      (controller.eof): Ditto.
      (controller.timeout): Ditto.
      (controller.cont): Method removed.
      (controller.__run_expectations): Default is to continue, unless
      	the callback returns BREAK.
      (expect_after): A callback should return None or BREAK; not CONT.
      (expect): A missing callback is treated as a callback that returns
      	BREAK.
      4b713cbf
  5. Oct 12, 2003
Loading