mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
new syntax
This commit is contained in:
parent
d61bbb33f7
commit
f47d0485a0
10 changed files with 60 additions and 60 deletions
|
@ -94,7 +94,7 @@ def packline(line):
|
|||
i, n = 1, len(bytes)
|
||||
while i < n:
|
||||
for pack in (0, 2, 4, 8):
|
||||
if pack = 0:
|
||||
if pack == 0:
|
||||
lo, hi = 0, 0
|
||||
else:
|
||||
hi = pow(2, pack-1)-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue