[issue19488] idlelib tests are silently skipped by test.regrtest on 2.7

Terry J. Reedy report at bugs.python.org
Mon Nov 4 09:04:31 CET 2013


Terry J. Reedy added the comment:

As I explained on the checkins list, I am do "hg import --no-commit" indirectly though TortoiseHg Workbench Repository/import. It normally brings up an edit box for a commit message after patching and if that is left blank, it does not commit. With a message in the patch (non-comment text above 'diff'), it skips the edit box and just commits. I just verified this behavior difference with your patch on a local repository with test_idle.py. I first imported without the message, left the edit box blank, reverted, and then imported with a message added back.

Since the patch says it is a changeset patch, I assume you committed it in and transferred it from a separate repository.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19488>
_______________________________________


More information about the Python-bugs-list mailing list