[issue11754] Check calculated constants in test_string.py

2015-04-13 Thread chalmer_lowe
chalmer_lowe added the comment: Discussed with David Murray at PyCon Sprints 2015. Considered the fact that to preserve backwards compatibility, it seems important that rather than a) merely checking for the presence of each constant string (as the test does now) OR b) checking for each

[issue11754] Check calculated constants in test_string.py

2015-04-13 Thread chalmer_lowe
chalmer_lowe added the comment: Based on review comments, in order to reduce unnecessary redundancy in the tests: - composed later strings from previously defined substrings, where it made sense to do so. -- Added file: http://bugs.python.org/file38975/issue11754_patch_2.txt