[New-bugs-announce] [issue15771] Tunple Bug?

zhuojun report at bugs.python.org
Thu Aug 23 10:27:22 CEST 2012


New submission from zhuojun:

>>> def f(*agrs):
	print(agrs)

>>> f(1,2)
(1, 2)
>>> f(1) #Is the output wrong? It should be without ','.
(1,)

----------
components: None
messages: 168929
nosy: zhuojun
priority: normal
severity: normal
status: open
title: Tunple Bug?
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15771>
_______________________________________


More information about the New-bugs-announce mailing list