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 vstinner
Recipients benjamin.peterson, eric.smith, loewis, vstinner
Date 2008-09-29.10:22:20
SpamBayes Score 6.914855e-06
Marked as misclassified No
Message-id <1222683741.72.0.542736194136.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think that b'...'.format() is a good idea. Programmers will 
continue to mix characters and bytes since .format() target are 
characters.
History
Date User Action Args
2008-09-29 10:22:22vstinnersetrecipients: + vstinner, loewis, eric.smith, benjamin.peterson
2008-09-29 10:22:21vstinnersetmessageid: <1222683741.72.0.542736194136.issue3982@psf.upfronthosting.co.za>
2008-09-29 10:22:20vstinnerlinkissue3982 messages
2008-09-29 10:22:20vstinnercreate