[New-bugs-announce] [issue20220] TarFile.list() outputs wrong time

Serhiy Storchaka report at bugs.python.org
Fri Jan 10 21:04:33 CET 2014


New submission from Serhiy Storchaka:

TarFile.list() outputs a time exactly 6 hours back from expected.

http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/1023/steps/test/logs/stdio

======================================================================
FAIL: test_list_command_verbose (test.test_tarfile.CommandLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-zlinux-z/build/Lib/test/test_tarfile.py", line 1797, in test_list_command_verbose
    self.assertEqual(out, expected)
AssertionError: b'?rw[36 chars]-22 12:34:43 tokenize_tests.txt \n?rw------- d[96 chars]t \n' != b'?rw[36 chars]-22 18:34:43 tokenize_tests.txt \n?rw------- d[96 chars]t \n'

----------------------------------------------------------------------

----------
components: Library (Lib)
messages: 207878
nosy: lars.gustaebel, serhiy.storchaka
priority: normal
severity: normal
status: open
title: TarFile.list() outputs wrong time
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20220>
_______________________________________


More information about the New-bugs-announce mailing list