mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-25 00:40:16 +00:00
Compare commits
1 Commits
cc61b8a967
...
e939217012
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e939217012 |
@ -30,7 +30,7 @@ The easiest way to test a feature is to [try it on your browser](https://pocketp
|
|||||||
## Different behaviors
|
## Different behaviors
|
||||||
|
|
||||||
1. positional and keyword arguments are strictly evaluated.
|
1. positional and keyword arguments are strictly evaluated.
|
||||||
2. `bool` does not derive from `int`. They are independent types.
|
2. `int` does not derive from `bool`.
|
||||||
3. `int` is 64-bit.
|
3. `int` is 64-bit.
|
||||||
4. Raw string cannot have boundary quotes in it, even escaped. See [#55](https://github.com/pocketpy/pocketpy/issues/55).
|
4. Raw string cannot have boundary quotes in it, even escaped. See [#55](https://github.com/pocketpy/pocketpy/issues/55).
|
||||||
5. In a starred unpacked assignment, e.g. `a, b, *c = x`, the starred variable can only be presented in the last position. `a, *b, c = x` is not supported.
|
5. In a starred unpacked assignment, e.g. `a, b, *c = x`, the starred variable can only be presented in the last position. `a, *b, c = x` is not supported.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user