[issue23981] Update test_unicodedata.py to use script_helpers

2015-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset fbd83224e132 by Berker Peksag in branch '3.5': Issue #23981: Update test_unicodedata to use script_helpers https://hg.python.org/cpython/rev/fbd83224e132 New changeset 6315abbf5f71 by Berker Peksag in branch 'default': Issue #23981: Update

[issue23981] Update test_unicodedata.py to use script_helpers

2015-10-21 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Christie. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue23981] Update test_unicodedata.py to use script_helpers

2015-06-14 Thread Christie
Christie added the comment: Uploading a new patch, diffed against a public revision so it's reviewable. -- Added file: http://bugs.python.org/file39708/issue23981_test_unicode.patch ___ Python tracker rep...@bugs.python.org

[issue23981] Update test_unicodedata.py to use script_helpers

2015-06-06 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: - patch review versions: +Python 3.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23981 ___

[issue23981] Update test_unicodedata.py to use script_helpers

2015-04-16 Thread Christie
New submission from Christie: As described in Issue9517, many test modules do not make use of the helpers in script_helpers.py to invoke the python interpreter in a subprocess. Issue9517 will be broken down into several smaller issues so we can address smaller change sets. This issue is to

[issue23981] Update test_unicodedata.py to use script_helpers

2015-04-16 Thread Christie
Christie added the comment: I am working on this now. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23981 ___ ___ Python-bugs-list mailing list

[issue23981] Update test_unicodedata.py to use script_helpers

2015-04-16 Thread Christie
Christie added the comment: @r.david.murray, just bugging you b/c you were commenting on Issue9517, this is ready for a review. It assumes the patch from Issue9517 has been applied. I'm thinking for the next issue I'll tackle a few test modules at once, since this is such a tiny tiny change