This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients jfdp, lemburg, ocean-city
Date 2008-09-02.11:13:24
SpamBayes Score 0.0038505055
Marked as misclassified No
Message-id <1220354006.61.0.887749297375.issue3719@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I understand. And I must apologizes about previous
my patch.

  fileout = _architecture_split(output)[1:]

should not be deleted. It was should be changed to

  fileout = _architecture_split(output)

Thank you.
History
Date User Action Args
2008-09-02 11:13:26ocean-citysetrecipients: + ocean-city, lemburg, jfdp
2008-09-02 11:13:26ocean-citysetmessageid: <1220354006.61.0.887749297375.issue3719@psf.upfronthosting.co.za>
2008-09-02 11:13:25ocean-citylinkissue3719 messages
2008-09-02 11:13:24ocean-citycreate