[issue1698917] ZipFile.printdir fix (2.6)

2008-01-14 Thread Raymond Hettinger
Raymond Hettinger added the comment: It was the right solution (a simplified version of the original patch). Will also add more tests when I get a chance. BTW, thanks for reporting this bug. _ Tracker <[EMAIL PROTECTED]>

[issue1698917] ZipFile.printdir fix (2.6)

2008-01-14 Thread Alan McIntyre
Alan McIntyre added the comment: I think you applied the wrong patch; the referenced revision doesn't include the tests from zipfile-printdir-2.diff. _ Tracker <[EMAIL PROTECTED]> _

[issue1698917] ZipFile.printdir fix (2.6)

2008-01-14 Thread Raymond Hettinger
Raymond Hettinger added the comment: Fixed in revision 59959 -- nosy: +rhettinger resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ ___