Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv10672
Modified Files:
python-22.tex
Log Message:
Update the documentation links
Remove reference to this being a draft
Index: python-22.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -r1.52 -r1.53
*** python-22.tex 2001/12/20 16:04:24 1.52
--- python-22.tex 2001/12/20 16:33:45 1.53
***************
*** 12,22 ****
\section{Introduction}
- {\large This document is a draft, and is subject to change until the
- final version of Python 2.2 is released. Currently it's up to date
- for Python 2.2 beta 1. Please send any comments, bug reports, or
- questions, no matter how minor, to \email{aku...@me...}.
- }
-
This article explains the new features in Python 2.2.
Python 2.2 can be thought of as the "cleanup release". There are some
--- 12,17 ----
\section{Introduction}
This article explains the new features in Python 2.2.
+ The final release of Python 2.2 is planned for December 2001.
Python 2.2 can be thought of as the "cleanup release". There are some
***************
*** 30,43 ****
full details, you should refer to the documentation for Python 2.2,
such as the
! \citetitle[http://python.sourceforge.net/devel-docs/lib/lib.html]{Python
Library Reference} and the
! \citetitle[http://python.sourceforge.net/devel-docs/ref/ref.html]{Python
! Reference Manual}.
! % XXX These \citetitle marks should get the python.org URLs for the final
! % release, just as soon as the docs are published there.
! If you want to understand the complete implementation and design
! rationale for a change, refer to the PEP for a particular new feature.
!
! The final release of Python 2.2 is planned for December 2001.
\begin{seealso}
--- 25,34 ----
full details, you should refer to the documentation for Python 2.2,
such as the
! \citetitle[http://www.python.org/doc/2.2/lib/lib.html]{Python
Library Reference} and the
! \citetitle[http://www.python.org/doc/2.2/ref/ref.html]{Python
! Reference Manual}. If you want to understand the complete
! implementation and design rationale for a change, refer to the PEP for
! a particular new feature.
\begin{seealso}
|