[IPython-dev] Bug in argument parsing for %run

MinRK benjaminrk at gmail.com
Fri Jul 8 12:02:09 EDT 2011


On Fri, Jul 8, 2011 at 07:05, Jörgen Stenarson
<jorgen.stenarson at bostream.nu> wrote:
> Hi,
>
> This problem is with master 0e80619
> when calling %run with parameters that have quotation marks keep the
> quotation marks in sys.argv.
>
> Example runbug.py:
> import sys
> print sys.argv
>
> In [2]: %run runbug.py "hello world"
> [u'runbug.py', u'"hello world"']

This is unique to Windows, somehow. I can't make it happen on OSX or Linux.

>
> I'm off for the weekend without access to internet.
>
> /Jörgen
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



More information about the IPython-dev mailing list