[Python-checkins] python/dist/src/Doc python-docs.txt,NONE,1.1.8.1 README,1.46,1.46.2.1 Makefile.deps,1.87,1.87.2.1 Makefile,1.244,1.244.2.1 ACKS,1.37,1.37.2.1 .cvsignore,1.22,1.22.18.1

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Mon, 28 Apr 2003 10:39:51 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory sc8-pr-cvs1:/tmp/cvs-serv27228/Doc

Modified Files:
      Tag: ast-branch
	README Makefile.deps Makefile ACKS .cvsignore 
Added Files:
      Tag: ast-branch
	python-docs.txt 
Log Message:
Merge head to this branch.

Merge all sorts of changes from just before 2.3b1 into the ast
branch.  This should make the eventual merge back to the trunk easier.

The merge is almost entirely porting changes into the ast-branch.
There was no attempt to get changes to compile.c into newcompile.c.
That work should be done when newcompile.c is closer to completion.

The only significant conflicts appeared to be in pythonrun.c.


--- NEW FILE: python-docs.txt ---
This message is being sent in response to your message to the Python
documentation maintainers (python-docs@python.org).  Your message will
be handled by a human, but this message serves to answer the most
common questions sent to this address.

You will only receive this message if it has not been sent to you for
at least three months.

If your question is answered below, you may not receive an additional
message from the documentation maintainers.  If you feel the answers
below are not sufficient and you do not receive an additional response
within a week, please do send a note letting us know that your
question has not been properly answered, and be specific regarding
what additional information you are looking for.


  -Fred


Frequently Asked Questions about the Python Documentation
---------------------------------------------------------

  1.  Can I download HTML/PDF/PostScript versions of the docs?
  2.  Where can I download Python?
  3.  I can't unpack a downloaded copy on Windows; what should I do?
  4.  I can't unpack a downloaded copy on MacOS; what should I do?
  5.  What can I use Python for?
  6.  How do I use module/function/whatever XXX?
  7.  What about JPython?
  8.  I found a bug in the documentation, who should I tell?
  9.  Can I get an algorithm to do THIS in language THAT?
 10.  How do I decode an XXX file from my email on a YYY computer?
 11.  Acrobat Reader won't print the PDF.  What's wrong?
 12.  Where can I find documentation in my native language?


Answers to the Questions
------------------------

  1.  Can I download HTML/PDF/PostScript/<other> versions of the docs?

      Yes.  These are available via the Web and traditional FTP.  For
      Web access to the latest version, see:

	  http://www.python.org/doc/

      For FTP access to the latest version and archives of previous
      versions, see:

          ftp.python.org:/pub/python/doc/

  2.  Where can I download Python?

      You can get Python in source form and as a Windows installer
      from the main Python website.  You can also find information
      about pre-built packages for other platforms there as well.

      Downloading information at the website is at the URL:

          http://www.python.org/download/

      The sources and Windows installer can be downloaded from the FTP
      site as well:

          ftp://ftp.python.org/pub/python/

  3.  I can't unpack a downloaded archive on Windows; what should I do?

      Make sure the archive was saved with the .tgz extension; you may 
      need to watch carefully when telling the browser where to save
      the file, as the default may change the extension to .tar or
      even .exe.

      Once you're sure the file has the right extension, use a recent
      version of WinZip to upack the file (version 7.0 works).  Get
      WinZip from:

	  http://www.winzip.com/

  4.  I can't unpack a downloaded archive on MacOS; what should I do?

      Stuffit Expander 4.5 (and probably other versions) cannot handle 
      the "tar" archive, although it can decompress it from the .tgz
      file.  Expander Enhancer, which you have to pay for, can handle
      the tar archive.

  5.  What can I use Python for?

      Python is a general purpose programming language.  See the
      Python home page at http://www.python.org/ for more information; 
      introductory material is available at:

	  http://www.python.org/doc/Intros.html

  6.  How do I use module/function/whatever XXX?

      Start by reading the documentation for XXX.  If the
      documentation doesn't make sense or seems incomplete, please
      file a specific bug report to python-docs@python.org (the
      address you sent your question to).  Otherwise, you probably
      sent your question to the wrong place (which does not preclude
      an answer, if I know it).

      If you're looking for examples or tutorial information on how to
      use a particular Python library component, check the Demo/
      directory of the source distribution or Windows installation;
      there might be an example.  If that doesn't help, point your Web
      browser to http://www.python.org/doc/ and look around; there may
      be a link to some interesting examples online.  After that, try
      searching the Python Web site at http://www.python.org/search/.

      If your question still hasn't been answered, you may send your
      query to the Python newsgroup (comp.lang.python) or the mailing
      list (see http://www.python.org/mailman/listinfo/python-list).
      If you'd rather not send you message to a public forum, you can
      try sending it to python-help@python.org.  (This is typically
      slower than sending your question to the public list, however.)

  7.  What about Jython and JPython?

      If your question is specific to Jython or JPython, you should
      consult the Jython website at:

	  http://www.jython.org/

      Chances are very good that the person who answers questions
      posted to python-docs@python.org doesn't use Jython very often, 
      and won't be able to give you a meaningful answer beyond "Look
      at the Jython website."  Sorry, I don't have *all* the answers!

  8.  I found a bug in the documentation, who should I tell?

      If you're reading this, you've found the right address!  Send
      all documentation bug reports to python-docs@python.org.  If
      you prefer to use a Web-based reporting mechanism, you can use
      the bug database at http://www.python.org/python-bugs/.

  9.  Can I get an algorithm to do THIS in language THAT?

      If THAT is Python, look in the standard library.  If THAT isn't
      Python, use your favorite Internet search engine.

 10.  How do I decode an XXX file from my email on a YYY computer?

      I really, honestly do not know.  I don't even know why this
      question gets asked here.  Since I don't have a YYY computer,
      I couldn't even try a few things out for you.

 11.  Acrobat Reader won't print the PDF.  What's wrong?

      Adobe has reportedly admitted that there is a bug Acrobat Reader
      5.0 which causes it not to print at least some PDF files
      generated by pdfTeX.  This software is used to produce the PDF
      version of the Python documentation, and our documents
      definately trigger this bug in Acrobat Reader.  To print the PDF
      files, use Acrobat Reader 4.x, ghostscript, or xpdf.

      Information on ghostscript can be found at:

          http://www.ghostscript.com/

      Information on xpdf can be found at:

          http://www.foolabs.com/xpdf/

 12.  There is a lot of contributed documentation in languages other
      than English.  Some of the documents are translations of English
      documents, and others were originally authored in other
      languages.  If we know about it, it will be listed at:

          http://www.python.org/doc/NonEnglish.html

Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/README,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -C2 -d -r1.46 -r1.46.2.1
*** README	27 Feb 2002 13:29:45 -0000	1.46
--- README	28 Apr 2003 17:38:14 -0000	1.46.2.1
***************
*** 158,167 ****
  As distributed, the LaTeX documents use PostScript Times fonts.  This
  is done since they are much better looking and produce smaller
! PostScript files.  If, however, your TeX installation does not support 
  them, they may be easily disabled.  Edit the file
! texiinputs/manual.cls and comment out the line that starts
  "\RequirePackage{times}" by inserting a "%" character at the beginning
! of the line.  An alternative is to install the right fonts and LaTeX
! style file.
  
  
--- 158,168 ----
  As distributed, the LaTeX documents use PostScript Times fonts.  This
  is done since they are much better looking and produce smaller
! PostScript files.  If, however, your TeX installation does not support
  them, they may be easily disabled.  Edit the file
! texinputs/pypaper.sty and comment out the line that starts
  "\RequirePackage{times}" by inserting a "%" character at the beginning
! of the line.  If you're formatting the docs for A4 paper instead of
! US-Letter paper, change paper-a4/pypaper.sty instead.  An alternative
! is to install the right fonts and LaTeX style file.
  
  

Index: Makefile.deps
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile.deps,v
retrieving revision 1.87
retrieving revision 1.87.2.1
diff -C2 -d -r1.87 -r1.87.2.1
*** Makefile.deps	3 Jul 2002 18:36:38 -0000	1.87
--- Makefile.deps	28 Apr 2003 17:38:14 -0000	1.87.2.1
***************
*** 84,87 ****
--- 84,88 ----
  # LaTeX source files for the Python Library Reference
  LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
+ 	texinputs/reportingbugs.tex \
  	lib/lib.tex \
  	lib/asttable.tex \
***************
*** 96,104 ****
  	lib/emailparser.tex \
  	lib/emailutil.tex \
- 	texinputs/reportingbugs.tex \
  	lib/libintro.tex \
  	lib/libobjs.tex \
  	lib/libstdtypes.tex \
  	lib/libexcs.tex \
  	lib/libfuncs.tex \
  	lib/libpython.tex \
--- 97,105 ----
  	lib/emailparser.tex \
  	lib/emailutil.tex \
  	lib/libintro.tex \
  	lib/libobjs.tex \
  	lib/libstdtypes.tex \
  	lib/libexcs.tex \
+ 	lib/libconsts.tex \
  	lib/libfuncs.tex \
  	lib/libpython.tex \
***************
*** 106,109 ****
--- 107,111 ----
  	lib/libfpectl.tex \
  	lib/libgc.tex \
+ 	lib/libsets.tex \
  	lib/libweakref.tex \
  	lib/libinspect.tex \
***************
*** 120,123 ****
--- 122,126 ----
  	lib/libwarnings.tex \
  	lib/libimp.tex \
+ 	lib/libpkgutil.tex \
  	lib/libparser.tex \
  	lib/libbltin.tex \
***************
*** 128,131 ****
--- 131,135 ----
  	lib/libcodecs.tex \
  	lib/libunicodedata.tex \
+ 	lib/libstringprep.tex \
  	lib/libstruct.tex \
  	lib/libmisc.tex \
***************
*** 136,141 ****
--- 140,151 ----
  	lib/liballos.tex \
  	lib/libos.tex \
+ 	lib/libdatetime.tex \
+ 	lib/tzinfo-examples.py \
  	lib/libtime.tex \
  	lib/libgetopt.tex \
+ 	lib/liboptparse.tex \
+ 	lib/caseless.py \
+ 	lib/required_1.py \
+ 	lib/required_2.py \
  	lib/libtempfile.tex \
  	lib/liberrno.tex \
***************
*** 145,148 ****
--- 155,159 ----
  	lib/libselect.tex \
  	lib/libthread.tex \
+ 	lib/libdummythread.tex \
  	lib/libunix.tex \
  	lib/libposix.tex \
***************
*** 157,162 ****
--- 168,176 ----
  	lib/libposixfile.tex \
  	lib/libsyslog.tex \
+ 	lib/liblogging.tex \
  	lib/libpdb.tex \
  	lib/libprofile.tex \
+ 	lib/libhotshot.tex \
+ 	lib/libtimeit.tex \
  	lib/libcgi.tex \
  	lib/libcgitb.tex \
***************
*** 181,184 ****
--- 195,199 ----
  	lib/libjpeg.tex \
  	lib/librgbimg.tex \
+ 	lib/libossaudiodev.tex \
  	lib/libcrypto.tex \
  	lib/libmd5.tex \
***************
*** 227,230 ****
--- 242,246 ----
  	lib/libcmath.tex \
  	lib/libgzip.tex \
+ 	lib/libbz2.tex \
  	lib/libzipfile.tex \
  	lib/libpprint.tex \
***************
*** 237,240 ****
--- 253,257 ----
  	lib/libxmlrpclib.tex \
  	lib/libsimplexmlrpc.tex \
+ 	lib/libdocxmlrpc.tex \
  	lib/libpyexpat.tex \
  	lib/xmldom.tex \
***************
*** 262,265 ****
--- 279,283 ----
  	lib/libpopen2.tex \
  	lib/libbisect.tex \
+ 	lib/libheapq.tex \
  	lib/libmimetypes.tex \
  	lib/libsmtplib.tex \
***************
*** 267,270 ****
--- 285,289 ----
  	lib/libmultifile.tex \
  	lib/libthreading.tex \
+ 	lib/libdummythreading.tex \
  	lib/libwebbrowser.tex \
  	lib/internet.tex \
***************
*** 321,324 ****
--- 340,345 ----
  	lib/tkinter.tex \
  	lib/libturtle.tex \
+ 	lib/libtarfile.tex \
+ 	lib/libcsv.tex \
  	lib/libcfgparser.tex
  
***************
*** 327,341 ****
  	mac/mac.tex \
  	mac/using.tex \
  	mac/toolbox.tex \
  	mac/undoc.tex \
  	mac/libcolorpicker.tex \
  	mac/libmac.tex \
  	mac/libaepack.tex \
  	mac/libaetypes.tex \
- 	mac/libctb.tex \
  	mac/libmacfs.tex \
  	mac/libmacos.tex \
  	mac/libmacostools.tex \
- 	mac/libmacspeech.tex \
  	mac/libmacui.tex \
  	mac/libmacic.tex \
--- 348,363 ----
  	mac/mac.tex \
  	mac/using.tex \
+ 	mac/scripting.tex \
  	mac/toolbox.tex \
  	mac/undoc.tex \
  	mac/libcolorpicker.tex \
  	mac/libmac.tex \
+ 	mac/libgensuitemodule.tex \
+ 	mac/libaetools.tex \
  	mac/libaepack.tex \
  	mac/libaetypes.tex \
  	mac/libmacfs.tex \
  	mac/libmacos.tex \
  	mac/libmacostools.tex \
  	mac/libmacui.tex \
  	mac/libmacic.tex \

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.244
retrieving revision 1.244.2.1
diff -C2 -d -r1.244 -r1.244.2.1
*** Makefile	25 May 2002 20:28:46 -0000	1.244
--- Makefile	28 Apr 2003 17:38:14 -0000	1.244.2.1
***************
*** 67,71 ****
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.3a0
  
  PYTHON=	   python
--- 67,71 ----
  # This is the *documentation* release, and is used to construct the file
  # names of the downloadable tarballs.
! RELEASE=2.3b1
  
  PYTHON=	   python
***************
*** 74,81 ****
--- 74,83 ----
  MKDVI=	   $(PYTHON) ../tools/mkhowto --paper=$(PAPER) --dvi
  MKHTML=	   $(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
+ 		--iconserver ../icons --favicon ../icons/pyfav.gif \
  		--address $(PYTHONDOCS) --up-link ../index.html \
  		--up-title "Python Documentation Index" \
  		--global-module-index "../modindex.html" --dvips-safe
  MKISILOHTML=$(PYTHON) tools/mkhowto --html --about html/stdabout.dat \
+ 		--iconserver ../icons \
  		--l2h-init perl/isilo.perl --numeric --split 1 \
  		--dvips-safe
***************
*** 192,197 ****
  	cd paper-$(PAPER) && $(MKPDF) api.tex
  
! paper-$(PAPER)/api.tex: api/api.tex $(ANNOAPI)
! 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/api.tex
  
  paper-$(PAPER)/abstract.tex: api/abstract.tex $(ANNOAPI)
--- 194,199 ----
  	cd paper-$(PAPER) && $(MKPDF) api.tex
  
! paper-$(PAPER)/api.tex: api/api.tex
! 	cp api/api.tex $@
  
  paper-$(PAPER)/abstract.tex: api/abstract.tex $(ANNOAPI)
***************
*** 207,212 ****
  	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/init.tex
  
! paper-$(PAPER)/intro.tex: api/intro.tex $(ANNOAPI)
! 	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/intro.tex
  
  paper-$(PAPER)/memory.tex: api/memory.tex $(ANNOAPI)
--- 209,214 ----
  	$(PYTHON) $(TOOLSDIR)/anno-api.py -o $@ api/init.tex
  
! paper-$(PAPER)/intro.tex: api/intro.tex
! 	cp api/intro.tex $@
  
  paper-$(PAPER)/memory.tex: api/memory.tex $(ANNOAPI)
***************
*** 282,289 ****
  
  # What's New in Python X.Y
! paper-$(PAPER)/$(WHATSNEW).dvi:
  	cd paper-$(PAPER) && $(MKDVI) ../whatsnew/$(WHATSNEW).tex
  
! paper-$(PAPER)/$(WHATSNEW).pdf:
  	cd paper-$(PAPER) && $(MKPDF) ../whatsnew/$(WHATSNEW).tex
  
--- 284,291 ----
  
  # What's New in Python X.Y
! paper-$(PAPER)/$(WHATSNEW).dvi: whatsnew/$(WHATSNEW).tex
  	cd paper-$(PAPER) && $(MKDVI) ../whatsnew/$(WHATSNEW).tex
  
! paper-$(PAPER)/$(WHATSNEW).pdf: whatsnew/$(WHATSNEW).tex
  	cd paper-$(PAPER) && $(MKPDF) ../whatsnew/$(WHATSNEW).tex
  
***************
*** 317,320 ****
--- 319,323 ----
  html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml
  	$(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \
+ 		--favicon icons/pyfav.gif \
  		--output html/acks.html <ACKS
  
***************
*** 337,340 ****
--- 340,344 ----
  	 $(PYTHON) ../$(TOOLSDIR)/mkmodindex --columns 4 \
  		--output modindex.html --address $(PYTHONDOCS) \
+ 		--favicon icons/pyfav.gif \
  		lib/modindex.html mac/modindex.html
  
***************
*** 397,448 ****
  $(ISILOINDEXFILES): $(COMMONPERL) html/about.dat perl/isilo.perl
  
! isilo:	isilo/python-api-$(RELEASE).pdb \
! 	isilo/python-doc-$(RELEASE).pdb \
! 	isilo/python-ext-$(RELEASE).pdb \
! 	isilo/python-lib-$(RELEASE).pdb \
! 	isilo/python-mac-$(RELEASE).pdb \
! 	isilo/python-ref-$(RELEASE).pdb \
! 	isilo/python-tut-$(RELEASE).pdb \
! 	isilo/python-dist-$(RELEASE).pdb \
! 	isilo/python-inst-$(RELEASE).pdb \
! 	isilo/python-whatsnew-$(RELEASE).pdb
  
! isilo/python-api-$(RELEASE).pdb: isilo/api/api.html isilo/api/api.css
  	$(MKISILO) "-iPython/C API Reference Manual" \
  		isilo/api/api.html $@
  
! isilo/python-doc-$(RELEASE).pdb: isilo/doc/doc.html isilo/doc/doc.css
  	$(MKISILO) "-iDocumenting Python" \
  		isilo/doc/doc.html $@
  
! isilo/python-ext-$(RELEASE).pdb: isilo/ext/ext.html isilo/ext/ext.css
  	$(MKISILO) "-iExtending & Embedding Python" \
  		isilo/ext/ext.html $@
  
! isilo/python-lib-$(RELEASE).pdb: isilo/lib/lib.html isilo/lib/lib.css
  	$(MKISILO) "-iPython Library Reference" \
  		isilo/lib/lib.html $@
  
! isilo/python-mac-$(RELEASE).pdb: isilo/mac/mac.html isilo/mac/mac.css
  	$(MKISILO) "-iPython/C API Reference Manual" \
  		isilo/mac/mac.html $@
  
! isilo/python-ref-$(RELEASE).pdb: isilo/ref/ref.html isilo/ref/ref.css
  	$(MKISILO) "-iPython Reference Manual" \
  		isilo/ref/ref.html $@
  
! isilo/python-tut-$(RELEASE).pdb: isilo/tut/tut.html isilo/tut/tut.css
  	$(MKISILO) "-iPython Tutorial" \
  		isilo/tut/tut.html $@
  
! isilo/python-dist-$(RELEASE).pdb: isilo/dist/dist.html isilo/dist/dist.css
  	$(MKISILO) "-iDistributing Python Modules" \
  		isilo/dist/dist.html $@
  
! isilo/python-inst-$(RELEASE).pdb: isilo/inst/inst.html isilo/inst/inst.css
  	$(MKISILO) "-iInstalling Python Modules" \
  		isilo/inst/inst.html $@
  
! isilo/python-whatsnew-$(RELEASE).pdb: isilo/whatsnew/$(WHATSNEW).html isilo/whatsnew/$(WHATSNEW).css
  	$(MKISILO) "-iWhat's New in Python X.Y" \
  		isilo/whatsnew/$(WHATSNEW).html $@
--- 401,452 ----
  $(ISILOINDEXFILES): $(COMMONPERL) html/about.dat perl/isilo.perl
  
! isilo:	isilo/python-api.pdb \
! 	isilo/python-doc.pdb \
! 	isilo/python-ext.pdb \
! 	isilo/python-lib.pdb \
! 	isilo/python-mac.pdb \
! 	isilo/python-ref.pdb \
! 	isilo/python-tut.pdb \
! 	isilo/python-dist.pdb \
! 	isilo/python-inst.pdb \
! 	isilo/python-whatsnew.pdb
  
! isilo/python-api.pdb: isilo/api/api.html isilo/api/api.css
  	$(MKISILO) "-iPython/C API Reference Manual" \
  		isilo/api/api.html $@
  
! isilo/python-doc.pdb: isilo/doc/doc.html isilo/doc/doc.css
  	$(MKISILO) "-iDocumenting Python" \
  		isilo/doc/doc.html $@
  
! isilo/python-ext.pdb: isilo/ext/ext.html isilo/ext/ext.css
  	$(MKISILO) "-iExtending & Embedding Python" \
  		isilo/ext/ext.html $@
  
! isilo/python-lib.pdb: isilo/lib/lib.html isilo/lib/lib.css
  	$(MKISILO) "-iPython Library Reference" \
  		isilo/lib/lib.html $@
  
! isilo/python-mac.pdb: isilo/mac/mac.html isilo/mac/mac.css
  	$(MKISILO) "-iPython/C API Reference Manual" \
  		isilo/mac/mac.html $@
  
! isilo/python-ref.pdb: isilo/ref/ref.html isilo/ref/ref.css
  	$(MKISILO) "-iPython Reference Manual" \
  		isilo/ref/ref.html $@
  
! isilo/python-tut.pdb: isilo/tut/tut.html isilo/tut/tut.css
  	$(MKISILO) "-iPython Tutorial" \
  		isilo/tut/tut.html $@
  
! isilo/python-dist.pdb: isilo/dist/dist.html isilo/dist/dist.css
  	$(MKISILO) "-iDistributing Python Modules" \
  		isilo/dist/dist.html $@
  
! isilo/python-inst.pdb: isilo/inst/inst.html isilo/inst/inst.css
  	$(MKISILO) "-iInstalling Python Modules" \
  		isilo/inst/inst.html $@
  
! isilo/python-whatsnew.pdb: isilo/whatsnew/$(WHATSNEW).html isilo/whatsnew/$(WHATSNEW).css
  	$(MKISILO) "-iWhat's New in Python X.Y" \
  		isilo/whatsnew/$(WHATSNEW).html $@
***************
*** 542,546 ****
  
  pdf-$(PAPER)-$(RELEASE).tar: $(PDFFILES)
! 	cd paper-$(PAPER) && tar cf ../$@ *.pdf
  
  pdf-$(PAPER)-$(RELEASE).tgz: pdf-$(PAPER)-$(RELEASE).tar
--- 546,554 ----
  
  pdf-$(PAPER)-$(RELEASE).tar: $(PDFFILES)
! 	rm -f $@
! 	mkdir Python-Docs-$(RELEASE)
! 	cp paper-$(PAPER)/*.pdf Python-Docs-$(RELEASE)
! 	tar cf $@ Python-Docs-$(RELEASE)
! 	rm -r Python-Docs-$(RELEASE)
  
  pdf-$(PAPER)-$(RELEASE).tgz: pdf-$(PAPER)-$(RELEASE).tar
***************
*** 552,559 ****
  pdf-$(PAPER)-$(RELEASE).zip: pdf
  	rm -f $@
! 	cd paper-$(PAPER) && zip -q -9 ../$@ *.pdf
  
  postscript-$(PAPER)-$(RELEASE).tar: $(PSFILES) paper-$(PAPER)/README
! 	cd paper-$(PAPER) && tar cf ../$@ *.ps README
  
  postscript-$(PAPER)-$(RELEASE).tar.bz2: postscript-$(PAPER)-$(RELEASE).tar
--- 560,575 ----
  pdf-$(PAPER)-$(RELEASE).zip: pdf
  	rm -f $@
! 	mkdir Python-Docs-$(RELEASE)
! 	cp paper-$(PAPER)/*.pdf Python-Docs-$(RELEASE)
! 	zip -q -r -9 $@ Python-Docs-$(RELEASE)
! 	rm -r Python-Docs-$(RELEASE)
  
  postscript-$(PAPER)-$(RELEASE).tar: $(PSFILES) paper-$(PAPER)/README
! 	rm -f $@
! 	mkdir Python-Docs-$(RELEASE)
! 	cp paper-$(PAPER)/*.ps Python-Docs-$(RELEASE)
! 	cp paper-$(PAPER)/README Python-Docs-$(RELEASE)
! 	tar cf $@ Python-Docs-$(RELEASE)
! 	rm -r Python-Docs-$(RELEASE)
  
  postscript-$(PAPER)-$(RELEASE).tar.bz2: postscript-$(PAPER)-$(RELEASE).tar
***************
*** 565,574 ****
  postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README
  	rm -f $@
! 	cd paper-$(PAPER) && zip -q -9 ../$@ *.ps README
  
  html-$(RELEASE).tar:	$(ALLHTMLFILES) $(HTMLCSSFILES)
! 	cd html && \
! 		tar cf ../html-$(RELEASE).tar *.html */*.css */*.html \
! 					      */*.gif */*.txt
  
  html-$(RELEASE).tgz:	html-$(RELEASE).tar
--- 581,599 ----
  postscript-$(PAPER)-$(RELEASE).zip: $(PSFILES) paper-$(PAPER)/README
  	rm -f $@
! 	mkdir Python-Docs-$(RELEASE)
! 	cp paper-$(PAPER)/*.ps Python-Docs-$(RELEASE)
! 	cp paper-$(PAPER)/README Python-Docs-$(RELEASE)
! 	zip -q -r -9 $@ Python-Docs-$(RELEASE)
! 	rm -r Python-Docs-$(RELEASE)
! 
! HTMLPKGFILES=*.html */*.css */*.html */*.gif */*.txt
  
  html-$(RELEASE).tar:	$(ALLHTMLFILES) $(HTMLCSSFILES)
! 	mkdir Python-Docs-$(RELEASE)
! 	cd html && tar cf ../temp.tar $(HTMLPKGFILES)
! 	cd Python-Docs-$(RELEASE) && tar xf ../temp.tar
! 	rm temp.tar
! 	tar cf html-$(RELEASE).tar Python-Docs-$(RELEASE)
! 	rm -r Python-Docs-$(RELEASE)
  
  html-$(RELEASE).tgz:	html-$(RELEASE).tar
***************
*** 580,588 ****
  html-$(RELEASE).zip:	$(ALLHTMLFILES) $(HTMLCSSFILES)
  	rm -f $@
! 	cd html && \
! 		zip -q -9 ../$@ *.html */*.css */*.html */*.gif */*.txt
  
  isilo-$(RELEASE).zip:	isilo
! 	cd isilo && zip -q -9 ../$@ python-*-$(RELEASE).pdb
  
  
--- 605,621 ----
  html-$(RELEASE).zip:	$(ALLHTMLFILES) $(HTMLCSSFILES)
  	rm -f $@
! 	mkdir Python-Docs-$(RELEASE)
! 	cd html && tar cf ../temp.tar $(HTMLPKGFILES)
! 	cd Python-Docs-$(RELEASE) && tar xf ../temp.tar
! 	rm temp.tar
! 	zip -q -r -9 $@ Python-Docs-$(RELEASE)
! 	rm -r Python-Docs-$(RELEASE)
  
  isilo-$(RELEASE).zip:	isilo
! 	rm -f $@
! 	mkdir Python-Docs-$(RELEASE)
! 	cp isilo/python-*.pdb Python-Docs-$(RELEASE)
! 	zip -q -r -9 $@ Python-Docs-$(RELEASE)
! 	rm -r Python-Docs-$(RELEASE)
  
  
***************
*** 624,627 ****
--- 657,661 ----
  distfiles:	paperdist edist
  	$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
+ 	$(TOOLSDIR)/mkpkglist >pkglist.html
  
  
***************
*** 653,657 ****
  	rm -rf isilo/ref/ isilo/tut/ isilo/inst/ isilo/dist/
  	rm -rf isilo/whatsnew/
! 	rm -f isilo/python-*-$(RELEASE).pdb isilo-$(RELEASE).zip
  
  realclean distclean:  clobber
--- 687,691 ----
  	rm -rf isilo/ref/ isilo/tut/ isilo/inst/ isilo/dist/
  	rm -rf isilo/whatsnew/
! 	rm -f isilo/python-*.pdb isilo-$(RELEASE).zip
  
  realclean distclean:  clobber

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ACKS,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -C2 -d -r1.37 -r1.37.2.1
*** ACKS	2 Jul 2002 20:32:50 -0000	1.37
--- ACKS	28 Apr 2003 17:38:15 -0000	1.37.2.1
***************
*** 131,134 ****
--- 131,135 ----
  Ng Pheng Siong
  Koray Oner
+ Tomas Oppelstrup
  Denis S. Otkidach
  Zooko O'Whielacronx

Index: .cvsignore
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.22.18.1
diff -C2 -d -r1.22 -r1.22.18.1
*** .cvsignore	18 Jul 2001 21:04:35 -0000	1.22
--- .cvsignore	28 Apr 2003 17:38:15 -0000	1.22.18.1
***************
*** 3,4 ****
--- 3,5 ----
  *.zip
  *.tar
+ pkglist.html