File: ChangeLog

package info (click to toggle)
python-expect 1.0.5-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 320 kB
  • ctags: 122
  • sloc: ansic: 1,206; sh: 468; python: 157; makefile: 58
file content (13 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Mon Jan 10 15:36:45 2000 Paul Sheer <psheer@icon.co.za>

	* expect.py: fixed error on __repr__. fixed passing arg
	to timeout().

	* expectmodule.c: error on string not found if blocking
	or timeout. fixed possible bug from `might be used
	uninitialized' warning.

Sat Jan  8 19:45:11 2000 Paul Sheer <psheer@icon.co.za>

	* expectmodule.c, timeout.py: timeouts implemented.