[issue18423] Document limitations on -m

2017-02-23 Thread Nick Coghlan
Nick Coghlan added the comment: The limitation noted in #18422 was specific to 3.3, as the missing API was added to NamespaceLoader in 3.4. So the current documentation is accurate for recent versions of Python. -- nosy: +ncoghlan resolution: -> out of date stage: needs patch ->

[issue18423] Document limitations on -m

2017-02-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___

[issue18423] Document limitations on -m

2017-02-18 Thread Sanyam Khurana
Changes by Sanyam Khurana : -- pull_requests: +122 ___ Python tracker ___ ___

[issue18423] Document limitations on -m

2014-08-02 Thread Mark Lawrence
Mark Lawrence added the comment: @Andrew could you put up a patch for this? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18423 ___

[issue18423] Document limitations on -m

2013-08-08 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti type: - enhancement versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18423 ___

[issue18423] Document limitations on -m

2013-07-10 Thread andrew cooke
New submission from andrew cooke: Apparently the limited support for -m is standard behaviour - see http://bugs.python.org/issue18422 - but it's not documented at http://docs.python.org/3/using/cmdline.html#cmdoption-m That should say, somewhere, that it only applies to leaf modules and

[issue18423] Document limitations on -m

2013-07-10 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- keywords: +easy stage: - needs patch versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18423 ___