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 christian.heimes, gvanrossum
Date 2007-11-05.19:25:48
SpamBayes Score 0.0031755827
Marked as misclassified No
Message-id <472F6E38.7080007@cheimes.de>
In-reply-to <1194286214.46.0.485152138048.issue1392@psf.upfronthosting.co.za>
Content
Guido van Rossum wrote:
> Guido van Rossum added the comment:
> 
> A compromise I could live with: add a command line option that makes it
> a warning.

Good idea. I can live with it, too. :) How do you like

-b: issue warnings about str(bytes_instance) and str(buffer_instance)
    (-bb: issue errors)

Christian
History
Date User Action Args
2007-11-05 19:25:48christian.heimessetspambayes_score: 0.00317558 -> 0.0031755827
recipients: + christian.heimes, gvanrossum
2007-11-05 19:25:48christian.heimeslinkissue1392 messages
2007-11-05 19:25:48christian.heimescreate