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 akitada
Recipients akitada, cben, eric.araujo, loewis, mu_mind, ness, ping, r.david.murray, rhettinger, taschini
Date 2013-09-16.10:17:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379326624.72.0.555691249744.issue1065986@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a modified version of issue1065986.patch.
The differences are:

- Added _binstr(), which is str() that works with unicode objects.
- Changed getdoc() to return encoded docstrings/comments
- Used _binstr() to convert __version__, __date__, __author__ and
  __credits__ to str
History
Date User Action Args
2013-09-16 10:17:04akitadasetrecipients: + akitada, loewis, ping, rhettinger, cben, eric.araujo, r.david.murray, mu_mind, ness, taschini
2013-09-16 10:17:04akitadasetmessageid: <1379326624.72.0.555691249744.issue1065986@psf.upfronthosting.co.za>
2013-09-16 10:17:04akitadalinkissue1065986 messages
2013-09-16 10:17:04akitadacreate