mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
nannified
This commit is contained in:
parent
f9a6d7d494
commit
4117e5428b
22 changed files with 1634 additions and 1633 deletions
|
@ -63,7 +63,8 @@ def main():
|
|||
print 'Bad line', lineno, ':', `line`
|
||||
continue
|
||||
items = prog.group(1, 2, 3, 4, 5, 6)
|
||||
logtime, loguser, loghost, logfile, logbytes, logxxx2 = items
|
||||
(logtime, loguser, loghost, logfile, logbytes,
|
||||
logxxx2) = items
|
||||
## print logtime
|
||||
## print '-->', loguser
|
||||
## print '--> -->', loghost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue