#! /usr/bin/env python3
#-*- coding: UTF-8 -*-
def test(**foo):
print(foo)
# in This code I see an unespected warnig message "undefined foo" on line:
print(foo). in the equivalent code in python2, there are no warning for line:
print foo
History
Date
User
Action
Args
2014-05-10 11:05:37
bcone
set
message_count: 2.0 -> 3.0 messages:
+ msg498 priority: normal ->