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 alibotean
Recipients alibotean
Date 2014-01-06.09:02:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388998969.13.0.29066681056.issue20136@psf.upfronthosting.co.za>
In-reply-to
Content
The StreamHandler implementation uses hardcoded Unix/Linux line separators. This generates inconveniences when running on Windows as the file viewers expect DOS line terminators.

I've attached a fix that will use os.linesep as the line terminator thus making the log files usable with Windows utilities.

Please revise the fix and consider including it.
History
Date User Action Args
2014-01-06 09:02:49aliboteansetrecipients: + alibotean
2014-01-06 09:02:49aliboteansetmessageid: <1388998969.13.0.29066681056.issue20136@psf.upfronthosting.co.za>
2014-01-06 09:02:49aliboteanlinkissue20136 messages
2014-01-06 09:02:48aliboteancreate