[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-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 test_unic

[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 _

[issue23981] Update test_unicodedata.py to use script_helpers

2015-06-06 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review versions: +Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue23981] Update test_unicodedata.py to use script_helpers

2015-06-06 Thread Christie
Changes by Christie : -- nosy: +berker.peksag, ezio.melotti, r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list U

[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 se

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[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 up