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 SilentGhost
Recipients SilentGhost, belopolsky, docs@python, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
Date 2010-11-20.14:32:00
SpamBayes Score 0.0021403916
Marked as misclassified No
Message-id <1290263523.61.0.986580390433.issue10461@psf.upfronthosting.co.za>
In-reply-to
Content
patch for Doc/library/logging.rst

Also, note the the change of the mode from `'r'` to `'rb'`. `data_to_send` is further send through socket and therefore requires to be bytes.

I expressed my opinion in irc, but I can repeat here that I think only the most trivial code such as in Doc/library/pipes.rst isn't worth converting.
History
Date User Action Args
2010-11-20 14:32:03SilentGhostsetrecipients: + SilentGhost, georg.brandl, terry.reedy, belopolsky, ezio.melotti, eric.araujo, eli.bendersky, docs@python
2010-11-20 14:32:03SilentGhostsetmessageid: <1290263523.61.0.986580390433.issue10461@psf.upfronthosting.co.za>
2010-11-20 14:32:00SilentGhostlinkissue10461 messages
2010-11-20 14:32:00SilentGhostcreate