rhettinger@users.sourceforge.net writes:
Update of /cvsroot/python/python/dist/src/Doc/tut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27294/Doc/tut
Modified Files: tut.tex Log Message: SF patch #1035498: -m option to run a module as a script (Contributed by Nick Coghlan.)
Does anyone know how to edit Misc/python.man to reflect this change? Heck, does anyone know enough Nroff or whatever to check that python.man is even vaguely up to date? I see it mentions -E, so it can't be *that* stale...
Cheers, mwh
On Thu, Oct 07, 2004 at 11:16:24AM +0100, Michael Hudson wrote:
Does anyone know how to edit Misc/python.man to reflect this change?
Done. The man page seems up to date; it even lists a few environment variables that 'python -h' doesn't.
This reminds me: the Debian packaging of Python includes a man page for pydoc, written by Moshe Zadka; I think there's another added man page or two. It would be nice to include these pages with the main Python release, but I can't figure out what license Debian's additions are under. Is anyone here from the debian-python mailing list who wants to pursue this?
--amk