diff options
| author | Greg Ward <gward@python.net> | 2000-02-26 00:52:48 (GMT) |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-02-26 00:52:48 (GMT) |
| commit | abc52169b73844d94de244a0273f635993189b94 (patch) | |
| tree | 08a4e3a1c6c7e10cedec256ce5a04f088f4ba324 | |
| parent | 7a0620c3a5b3c906c941938158e030eb8b1c231b (diff) | |
| download | cpython-abc52169b73844d94de244a0273f635993189b94.zip cpython-abc52169b73844d94de244a0273f635993189b94.tar.gz cpython-abc52169b73844d94de244a0273f635993189b94.tar.bz2 | |
The "Distributing Python Modules" manual; currently empty (I'll get to it
Real Soon Now(TM).
| -rw-r--r-- | Doc/dist/dist.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex new file mode 100644 index 0000000..9df592f --- /dev/null +++ b/Doc/dist/dist.tex @@ -0,0 +1,12 @@ +\documentclass{howto} +\usepackage{ltxmarkup} + +\title{Installing Python Modules} + +% Hey wow, Guido didn't write this one either! +\author{Greg Ward} +\authoraddress{E-mail: \email{gward@python.net}} + +\begin{document} + +\end{document} |
