[issue14945] Setup & Usage documentation for selected stdlib modules

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue14945] Setup & Usage documentation for selected stdlib modules

2014-12-31 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: -akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue14945] Setup & Usage documentation for selected stdlib modules

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: Where do we stand with this and #11260 ? -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker _

[issue14945] Setup & Usage documentation for selected stdlib modules

2013-03-23 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-31 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: +akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-28 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-28 Thread Nick Coghlan
Nick Coghlan added the comment: I think for these it's reasonable to just have an index page that references out to the individual module docs. Most of them are closely related to using the module in your own code and/or there's general background info in the module docs that you're likely to

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-28 Thread Éric Araujo
Éric Araujo added the comment: I’d propose to add one file per script / module-as-script, except maybe for -m site and -m sysconfig which are more about debugging an installation than really using a feature provided by the stdlib. -- nosy: +eric.araujo ___

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-28 Thread Nick Coghlan
Nick Coghlan added the comment: Additional candidates after grepping the docs: python -m site python -m sysconfig python -m pickle python -m pickletools python -m compileall python -m test -- ___ Python tracker _

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-28 Thread Nick Coghlan
Nick Coghlan added the comment: Found it: #11260. I've left it open, since the original suggestion in that issue is related to actually documenting the -m behaviour of the smptd module - it was just the issue *discussion* that ended up covering the more general question of how such command li

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-28 Thread Nick Coghlan
Nick Coghlan added the comment: I'm sure there's a predecessor to this issue that I intend for this one to replace, but I can't currently find it in order to mark it as superceded. -- ___ Python tracker _

[issue14945] Setup & Usage documentation for selected stdlib modules

2012-05-28 Thread Nick Coghlan
New submission from Nick Coghlan : Some stdlib modules have officially documented and supported behaviour when executed via -m. These should be referenced from the Setup & Usage documentation at http://docs.python.org/dev/using/index.html Current candidates: python -m unittest python -m timeit