On Tue, Apr 2, 2013 at 6:12 AM, M.-A. Lemburg <mal@egenix.com> wrote:
c) The feature has never really been documented outside the ticket
where it got added to Python :-)


Not true, it's covered in the command line docs at http://docs.python.org/2/using/cmdline.html#interface-options

It's just that people generally assume they know how our CLI works, so they never read that.

It's also in the runpy.run_path docs, but that's even more obscure.
 

Ticket for this:
http://bugs.python.org/issue17359

I have updated that to reference the existing documentation.

Cheers,
Nick.

--
Nick Coghlan   |   ncoghlan@gmail.com   |   Brisbane, Australia