[New-bugs-announce] [issue17513] astrike(*) in argv

Amin report at bugs.python.org
Fri Mar 22 00:12:40 CET 2013


New submission from Amin:

suppose the the following simple program argvtest.py:

import sys
print sys.argv[1]

in my Python 2.6.6. if I run it with the following parameters:
$ python argvtest.py tc*
it returns:
tc2 (or the first result of ls tc*) 
but it should return 
tc*

----------
components: Library (Lib)
files: argvtest.py
messages: 184921
nosy: Amin
priority: normal
severity: normal
status: open
title: astrike(*) in argv
versions: Python 2.6
Added file: http://bugs.python.org/file29536/argvtest.py

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


More information about the New-bugs-announce mailing list