[New-bugs-announce] [issue45432] sys.argv is processed strangely under Windows

Paul report at bugs.python.org
Mon Oct 11 11:38:52 EDT 2021


New submission from Paul <paulhippler21 at gmail.com>:

here is my test file:
'''
import sys
print(sys.argv)
'''

when I then try 'python test.py ^test' the ^ character is stripped away, this doesn't happen on Linux. This also doesn't happen if I put ^test in quotes (only ") the ' quotes don't work

----------
components: Windows
messages: 403656
nosy: paul.moore, paulhippler21, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: sys.argv is processed strangely under Windows
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45432>
_______________________________________


More information about the New-bugs-announce mailing list