Skip to content

Commit 73d3aa2

Browse files
committed
Trim the regression test comment
1 parent c8a9982 commit 73d3aa2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/test/test_array.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,7 @@ def test_unicode(self):
260260
(UTF32_LE, "UTF-32-LE"),
261261
(UTF32_BE, "UTF-32-BE")
262262
)
263-
# An even and an odd number of code points: the reconstructor's
264-
# slow-path length check used a wrong item size for UTF-16/UTF-32,
265-
# which rejected odd-length input.
263+
# An even and an odd length; odd lengths were wrongly rejected.
266264
for teststr in ("Bonne Journ\xe9e \U0002030a\U00020347",
267265
"Bonne Journ\xe9e \U0002030a\U00020347!"):
268266
for testcase in testcases:

0 commit comments

Comments
 (0)