Message9729

Author methane
Recipients methane, zyasoft
Date 2015-03-29.05:52:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427608325.82.0.976468226968.issue2301@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a problem of unicode path.
time.strftim('%c') produce unicode string.
jythontools/pip attempt to write it to logfile.

See here
https://github.com/jythontools/pip/blob/develop/pip/basecommand.py#L207
History
Date User Action Args
2015-03-29 05:52:05methanesetmessageid: <1427608325.82.0.976468226968.issue2301@psf.upfronthosting.co.za>
2015-03-29 05:52:05methanesetrecipients: + methane, zyasoft
2015-03-29 05:52:05methanelinkissue2301 messages
2015-03-29 05:52:05methanecreate