]> granicus.if.org Git - python/commit
Rename the routine to start the target running _start(), with a compatibility
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 23 Jan 2002 22:46:30 +0000 (22:46 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 23 Jan 2002 22:46:30 +0000 (22:46 +0000)
commitc8febecd3c2043a136b07dceb810daa708f59082
treed40faa9d8163bccca81139cd0655ef1407e6e41b
parentbd8ce79390a1d8dbfdb5dc1430d83cb4304e7d44
Rename the routine to start the target running _start(), with a compatibility
routine start() calling it.

Some suites declare an event start(), which obscures this method, which
causes the class initializer to fail when called with start=1.

Based on bug report and fix suggestion by Jacob Kaplan-Moss.
Mac/Lib/aetools.py