new syntax

This commit is contained in:
Guido van Rossum 1992-02-11 14:50:22 +00:00
parent d61bbb33f7
commit f47d0485a0
10 changed files with 60 additions and 60 deletions

View file

@ -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