Issue 27958: 'zlib compression' not found in set(['RLE', 'ZLIB', None]) (original) (raw)
====================================================================== FAIL: test_compression (test.test_ssl.ThreadedTests)
Traceback (most recent call last): File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_ssl.py", line 2875, in test_compression self.assertIn(stats['compression'], { None, 'ZLIB', 'RLE' }) AssertionError: 'zlib compression' not found in set(['RLE', 'ZLIB', None])
It's probably fine to add 'zlib compression' to the list of accepted compression names.