bpo-18423: Documents limitation for -m flag#158
bpo-18423: Documents limitation for -m flag#158CuriousLearner wants to merge 1 commit intopython:masterfrom
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow these steps to rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
|
The linked bug had already been closed as invalid, so there aren't any updates needed to the documentation for it. |
|
@ncoghlan should http://bugs.python.org/issue18423 also be closed? |
|
@berkerpeksag Indeed it should, and I've now fixed that oversight (turns out I had clicked through to http://bugs.python.org/issue18422 when I mentioned above that the issue had already been closed) |
|
Added the sprint label, as this PR was submitted at the PyCon Pune 2017 core development sprint. |
This tries to solve http://bugs.python.org/issue18423 and documents the limitation on
-mflag that it only works with leaf-level modules and packages.