[issue14256] test_logging fails if zlib is not present

2012-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4b54a686541f by Eric V. Smith in branch 'default': Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. http://hg.python.org/cpython/rev/4b54a686541f -- nosy: +python-dev resolution: -> fixed stage:

[issue14256] test_logging fails if zlib is not present

2012-03-11 Thread Eric V. Smith
Changes by Eric V. Smith : -- stage: -> patch review type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue14256] test_logging fails if zlib is not present

2012-03-11 Thread Eric V. Smith
Changes by Eric V. Smith : -- assignee: -> eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue14256] test_logging fails if zlib is not present

2012-03-11 Thread Pedro Kroger
Pedro Kroger added the comment: Attached patch to fix this issue. -- keywords: +patch nosy: +kroger Added file: http://bugs.python.org/file24791/issue14256.diff ___ Python tracker _

[issue14256] test_logging fails if zlib is not present

2012-03-11 Thread Eric V. Smith
New submission from Eric V. Smith : Presumably this needs to use requires_zlib. $ time ./python -m test test_logging [1/1] test_logging test test_logging crashed -- Traceback (most recent call last): File "/home/eric/local/python/cpython/Lib/test/regrtest.py", line 1229, in runtest_inner