[Python-Dev] Incorporating some of the HOWTOs (original) (raw)

Andrew Kuchling akuchlin@mems-exchange.org
Wed, 06 Mar 2002 12:42:28 -0500


I'm becoming more and more convinced that at least some of the HOWTOs should become part of the Python documentation. Motivation:

   * A sizable number of the documents are about Python as a
     whole, and therefore would be more naturally part of 
     Python's tree than a separate one.

   * If the documents were in the Python CVS tree, changes would
     be glanced at by the 30-odd people on the python-checkins
     list as opposed to the 8 people on the pyhowto-checkins list

   * They would get increased visibility from being on
     www.python.org/doc/ .

My candidates for addition would be (in decreasing order of suitability):

The rest of the HOWTOs are smaller and more task-specific (rexec, curses); a case could be made for creating Doc/howto/, but I won't argue that case right now.

Reactions (particularly from Fred)?

--amk (www.amk.ca) "The future" has arrived but they forgot to update the docs. -- R. David Murray, 9 May 2000

(The random number generator strikes again!)