]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#11754: test contents of string module attributes.
authorR David Murray <rdmurray@bitdance.com>
Tue, 14 Apr 2015 00:04:29 +0000 (20:04 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 14 Apr 2015 00:04:29 +0000 (20:04 -0400)
commit0a8f43e85a002db670f358b65fba1e094fd7f4b5
tree3bf5bbdcde089dd2d1fc4dae5436a4dc298cd217
parent5aec1a44e89d31cc000d47c8ac0afdb6a280e765
#11754: test contents of string module attributes.

As noted in the comment, while the order of the items in the attributes is not
technically guaranteed, after all this time there is almost certainly user
code out there that relies on it, so we might as well test for it.

Patch by Chalmer Lowe.
Lib/test/test_string.py
Misc/ACKS