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 bethard
Recipients andersk, bethard, drm, eric.smith, gdb, nelhage, r.david.murray
Date 2011-02-06.09:47:37
SpamBayes Score 1.9449395e-07
Marked as misclassified No
Message-id <1296985658.53.0.0414344580765.issue9334@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I agree it's not ideal, though note that basic unix commands have trouble with arguments staring with dashes:

$ cd -links-/
-bash: cd: -l: invalid option
cd: usage: cd [-L|-P] [dir]

If you're working with a file on a filesystem, the time honored workaround is to prefix with ./

$ cd ./-links-/
$

Anyway, it doesn't seem like anyone is offering to write up a patch to enable such an alternative parsing strategy, perhaps Eric's "=" workaround should be documented prominently somewhere?
History
Date User Action Args
2011-02-06 09:47:38bethardsetrecipients: + bethard, eric.smith, r.david.murray, andersk, gdb, nelhage, drm
2011-02-06 09:47:38bethardsetmessageid: <1296985658.53.0.0414344580765.issue9334@psf.upfronthosting.co.za>
2011-02-06 09:47:37bethardlinkissue9334 messages
2011-02-06 09:47:37bethardcreate