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 thomaslee
Recipients gvanrossum, thomaslee
Date 2007-09-13.09:35:23
SpamBayes Score 0.032446373
Marked as misclassified No
Message-id <1189676124.86.0.841795721324.issue1145@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch:

* unneeded PyUnicode_FromObject call removed (I thought this was
necessary, but the original author appears to be using it for an INCREF)

* documentation now fits into 80 chars

* return values from PyObject_Unicode and PyObject_FromObject checked

* bytes() objects found in the sequence will raise a TypeError

* removed redundant assertion and added the bytes case to test_unicode
Files
File name Uploaded
join-autostr-r2.patch thomaslee, 2007-09-13.09:35:23
History
Date User Action Args
2007-09-13 09:35:25thomasleesetspambayes_score: 0.0324464 -> 0.032446373
recipients: + thomaslee, gvanrossum
2007-09-13 09:35:24thomasleesetspambayes_score: 0.0324464 -> 0.0324464
messageid: <1189676124.86.0.841795721324.issue1145@psf.upfronthosting.co.za>
2007-09-13 09:35:24thomasleelinkissue1145 messages
2007-09-13 09:35:24thomasleecreate