This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2007-04-16.21:09:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I plan to implement this for 2.6; I think I can make sense out of it.

With this setting, dropping file foo.txt on file bar.py will run "python.exe bar.py foo.txt", through different levels of indirection. So the file (path) being dropped appears as sys.argv[1].
History
Date User Action Args
2007-08-23 16:12:34adminlinkissue1656675 messages
2007-08-23 16:12:34admincreate