Commit 970871f8 authored by Guido van Rossum's avatar Guido van Rossum

* Changed preface in texipre.dat.

* Added libwww entry to Makefile.
* Documented new array module.
* Documented extensions to regex (last, substring, translation table).
parent 778983b4
...@@ -38,6 +38,10 @@ libinfo: ...@@ -38,6 +38,10 @@ libinfo:
python -c 'import partparse; partparse.main()' lib[1-5].tex python -c 'import partparse; partparse.main()' lib[1-5].tex
sh fix.sh sh fix.sh
# This target is very local to CWI... (first make libinfo)
libwww:
texi2html -d @out.texi /usr/local/ftp.cwi.nl/pub/www/texinfo/python
clean: clean:
rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.pyc rm -f @* *~ *.aux *.idx *.ilg *.ind *.log *.toc *.blg *.bbl *.pyc
# Sources: .tex, .bib, .sty # Sources: .tex, .bib, .sty
......
...@@ -14,8 +14,8 @@ the language, see the Python Tutorial. The Python Reference Manual ...@@ -14,8 +14,8 @@ the language, see the Python Tutorial. The Python Reference Manual
gives a more formal definition of the language. (These manuals are not gives a more formal definition of the language. (These manuals are not
yet available in INFO or Texinfo format.) yet available in INFO or Texinfo format.)
Copyright (C) 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, Copyright (C) 1991, 1992, 1993 by Stichting Mathematisch Centrum,
The Netherlands. Amsterdam, The Netherlands.
All Rights Reserved All Rights Reserved
...@@ -43,7 +43,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -43,7 +43,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@c The following two commands start the copyright page. @c The following two commands start the copyright page.
@page @page
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
Copyright @copyright{} 1991, 1992 by Stichting Mathematisch Centrum, Copyright @copyright{} 1991, 1992, 1993 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands. Amsterdam, The Netherlands.
@center All Rights Reserved @center All Rights Reserved
...@@ -77,15 +77,9 @@ the language, see the @cite{Python Tutorial}. The @cite{Python ...@@ -77,15 +77,9 @@ the language, see the @cite{Python Tutorial}. The @cite{Python
Reference Manual} gives a more formal definition of the language. Reference Manual} gives a more formal definition of the language.
(These manuals are not yet available in INFO or Texinfo format.) (These manuals are not yet available in INFO or Texinfo format.)
This version corresponds roughly to Python version 0.9.8 (yet to be This version corresponds roughly to Python version 0.9.9 (yet to be
released). released).
@strong{Warning:} we have just finished converting the original LaTeX
manual into Texinfo. This is a difficult process and it is quite
possible that errors have been introduced in the conversion. Please
report any errors you find by e-mail to the author,
@t{Guido.van.Rossum@@cwi.nl}.
@end ifinfo @end ifinfo
@c placeholder for the master menu -- patched by texinfo-all-menus-update @c placeholder for the master menu -- patched by texinfo-all-menus-update
......
...@@ -14,8 +14,8 @@ the language, see the Python Tutorial. The Python Reference Manual ...@@ -14,8 +14,8 @@ the language, see the Python Tutorial. The Python Reference Manual
gives a more formal definition of the language. (These manuals are not gives a more formal definition of the language. (These manuals are not
yet available in INFO or Texinfo format.) yet available in INFO or Texinfo format.)
Copyright (C) 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, Copyright (C) 1991, 1992, 1993 by Stichting Mathematisch Centrum,
The Netherlands. Amsterdam, The Netherlands.
All Rights Reserved All Rights Reserved
...@@ -43,7 +43,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -43,7 +43,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
@c The following two commands start the copyright page. @c The following two commands start the copyright page.
@page @page
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
Copyright @copyright{} 1991, 1992 by Stichting Mathematisch Centrum, Copyright @copyright{} 1991, 1992, 1993 by Stichting Mathematisch Centrum,
Amsterdam, The Netherlands. Amsterdam, The Netherlands.
@center All Rights Reserved @center All Rights Reserved
...@@ -77,15 +77,9 @@ the language, see the @cite{Python Tutorial}. The @cite{Python ...@@ -77,15 +77,9 @@ the language, see the @cite{Python Tutorial}. The @cite{Python
Reference Manual} gives a more formal definition of the language. Reference Manual} gives a more formal definition of the language.
(These manuals are not yet available in INFO or Texinfo format.) (These manuals are not yet available in INFO or Texinfo format.)
This version corresponds roughly to Python version 0.9.8 (yet to be This version corresponds roughly to Python version 0.9.9 (yet to be
released). released).
@strong{Warning:} we have just finished converting the original LaTeX
manual into Texinfo. This is a difficult process and it is quite
possible that errors have been introduced in the conversion. Please
report any errors you find by e-mail to the author,
@t{Guido.van.Rossum@@cwi.nl}.
@end ifinfo @end ifinfo
@c placeholder for the master menu -- patched by texinfo-all-menus-update @c placeholder for the master menu -- patched by texinfo-all-menus-update
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment