mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Bytes literal.
This commit is contained in:
parent
cf297e46b8
commit
00e41defe8
15 changed files with 179 additions and 19 deletions
|
@ -60,6 +60,7 @@ module Python version "$Revision$"
|
|||
expr? starargs, expr? kwargs)
|
||||
| Num(object n) -- a number as a PyObject.
|
||||
| Str(string s) -- need to specify raw, unicode, etc?
|
||||
| Bytes(string s)
|
||||
| Ellipsis
|
||||
-- other literals? bools?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue