[issue8984] Python 3 doesn't register script arguments

Éric Araujo report at bugs.python.org
Sat Jun 12 22:48:50 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Can’t reproduce here:
$ python3.1 -c "import sys; print(sys.argv[1])" 1234
1234
$ python3.1 --version
Python 3.1.2

----------
components: +Interpreter Core -Library (Lib)
nosy: +merwok

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


More information about the Python-bugs-list mailing list