[issue15889] regrtest --start option raises AttributeError in many scenarios

2012-10-27 Thread R. David Murray
R. David Murray added the comment: Thanks, Chris. -- nosy: +r.david.murray resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3.4 ___ Python tracker ___

[issue15889] regrtest --start option raises AttributeError in many scenarios

2012-10-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset f6d04f5cff31 by R David Murray in branch '3.2': #15889: make regrtest --start succeed in more cases. http://hg.python.org/cpython/rev/f6d04f5cff31 New changeset 19f205e3111c by R David Murray in branch '3.3': merge #15889: make regrtest --start succ

[issue15889] regrtest --start option raises AttributeError in many scenarios

2012-09-09 Thread Chris Jerdonek
Chris Jerdonek added the comment: This issue also affects 3.2 (but not 2.7; there is no --start option in 2.7). -- versions: +Python 3.2 ___ Python tracker ___ __

[issue15889] regrtest --start option raises AttributeError in many scenarios

2012-09-09 Thread Chris Jerdonek
New submission from Chris Jerdonek: The --start option to regrtest raises an AttributeError in many scenarios. For example, these both raise an error: $ ./python.exe -m test --start test_random $ ./python.exe -m test --start test_random test_binascii test_random Traceback (most recent call la