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.
Created on 2008年12月04日 17:10 by nneonneo, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg76897 - (view) | Author: Robert Xiao (nneonneo) * | Date: 2008年12月04日 17:10 | |
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. |
|||
| msg76906 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年12月04日 18:20 | |
Fixed in r67526. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:42 | admin | set | github: 48776 |
| 2008年12月04日 18:20:04 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg76906 |
| 2008年12月04日 17:10:59 | nneonneo | create | |