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 christian.heimes
Recipients alexandre.vassalotti, christian.heimes, gvanrossum
Date 2007-10-27.04:05:37
SpamBayes Score 0.13396311
Marked as misclassified No
Message-id <1193457938.47.0.501889450019.issue1247@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the patch that contains only the harmless parts of the previous
patches. It changes a bunch of doc strings, changes the name of the
types and their repr() and str(). It also adds __builtin__.buffer but it
leaves __builtin__.bytes, __builtin__.str8 and b'' as they are.
Files
File name Uploaded
py3k-pep3137_harmless.patch christian.heimes, 2007-10-27.04:05:38
History
Date User Action Args
2007-10-27 04:05:38christian.heimessetspambayes_score: 0.133963 -> 0.13396311
recipients: + christian.heimes, gvanrossum, alexandre.vassalotti
2007-10-27 04:05:38christian.heimessetspambayes_score: 0.133963 -> 0.133963
messageid: <1193457938.47.0.501889450019.issue1247@psf.upfronthosting.co.za>
2007-10-27 04:05:38christian.heimeslinkissue1247 messages
2007-10-27 04:05:38christian.heimescreate