diff options
author | Fred Drake <fdrake@acm.org> | 2002-03-26 19:17:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-03-26 19:17:43 (GMT) |
commit | 03e1031d67524196a0500734580a6b717db8f0f0 (patch) | |
tree | 6c760ffb72b527c17d50409a1330539ade136635 /Doc/whatsnew | |
parent | 15fc72ce77755ac4a221fa61b82418cd653a72df (diff) | |
download | cpython-03e1031d67524196a0500734580a6b717db8f0f0.zip cpython-03e1031d67524196a0500734580a6b717db8f0f0.tar.gz cpython-03e1031d67524196a0500734580a6b717db8f0f0.tar.bz2 |
Add a starter for the next "What's New" document.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex new file mode 100644 index 0000000..1da0868 --- /dev/null +++ b/Doc/whatsnew/whatsnew23.tex @@ -0,0 +1,21 @@ +\documentclass{howto} +\title{What's New in Python 2.3} + +% We'll let Andrew claim ownership when he's ready. ;-) +%\author{A.M. Kuchling} +%\authoraddress{\email{akuchlin@mems-exchange.org}} + +\begin{document} +\maketitle +\tableofcontents + +\section{Introduction \label{intro}} + + + + +%====================================================================== +\section{Acknowledgements \label{acks}} + + +\end{document} |