mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
#4526: fix typo.
This commit is contained in:
parent
b159008a54
commit
a2361d908e
1 changed files with 3 additions and 2 deletions
|
@ -383,10 +383,11 @@ New Syntax
|
|||
* New octal literals, e.g. ``0o720`` (already in 2.6). The old octal
|
||||
literals (``0720``) are gone.
|
||||
|
||||
* New binary literals, e.g. ``0b1010`` (already in 2.6).
|
||||
* New binary literals, e.g. ``0b1010`` (already in 2.6), and
|
||||
there is a new corresponding builtin function, :func:`bin`.
|
||||
|
||||
* Bytes literals are introduced with a leading ``b`` or ``B``, and
|
||||
there is a new corresponding builtin function, :func:`bin`.
|
||||
there is a new corresponding builtin function, :func:`bytes`.
|
||||
|
||||
Changed Syntax
|
||||
--------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue