[issue18423] Document limitations on -m
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 packages. ---------- assignee: docs@python components: Documentation messages: 192804 nosy: acooke, docs@python priority: normal severity: normal status: open title: Document limitations on -m _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18423> _______________________________________
Changes by Brett Cannon <brett@python.org>: ---------- keywords: +easy stage: -> needs patch versions: +Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18423> _______________________________________
Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +ezio.melotti type: -> enhancement versions: +Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18423> _______________________________________
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 <report@bugs.python.org> <http://bugs.python.org/issue18423> _______________________________________
Changes by Sanyam Khurana <sanyam.khurana01@gmail.com>: ---------- pull_requests: +122 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18423> _______________________________________
Changes by Mark Lawrence <breamoreboy@gmail.com>: ---------- nosy: -BreamoreBoy _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18423> _______________________________________
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 -> resolved status: open -> closed versions: +Python 3.3 -Python 3.4, Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18423> _______________________________________
participants (6)
-
andrew cooke
-
Brett Cannon
-
Ezio Melotti
-
Mark Lawrence
-
Nick Coghlan
-
Sanyam Khurana