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 nneonneo
Recipients georg.brandl, nneonneo
Date 2008-12-04.17:10:59
SpamBayes Score 7.758961e-06
Marked as misclassified No
Message-id <1228410660.54.0.04867017441.issue4526@psf.upfronthosting.co.za>
In-reply-to
Content
Under http://docs.python.org/dev/3.0/whatsnew/3.0.html#new-syntax, on
the last two points, it says

"# New binary literals, e.g. 0b1010 (already in 2.6).
# Bytes literals are introduced with a leading b or B, and there is a
new corresponding builtin function, bin()."

I believe it should read
"# New binary literals, e.g. 0b1010 (already in 2.6), and there is a new
corresponding builtin function, bin().
# Bytes literals are introduced with a leading b or B, and there is a
new corresponding builtin function, bytes()."
or something along those lines, as "bin" is for binary literals, not
bytes literals, and "bytes" is for bytes literals.
History
Date User Action Args
2008-12-04 17:11:00nneonneosetrecipients: + nneonneo, georg.brandl
2008-12-04 17:11:00nneonneosetmessageid: <1228410660.54.0.04867017441.issue4526@psf.upfronthosting.co.za>
2008-12-04 17:10:59nneonneolinkissue4526 messages
2008-12-04 17:10:59nneonneocreate