test_tcl fails at least on the 3.7 branch with:
======================================================================
FAIL: test_join (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_tcl.py", line 670, in test_join
check('{spam}')
File "/usr/lib/python3.7/test/test_tcl.py", line 660, in check
self.assertEqual(unpack(unpack(join([[value]]))), value)
AssertionError: 'spam' != '{spam}'
- spam
+ {spam}
? + + |