diff options
author | Fred Drake <fdrake@acm.org> | 2000-11-17 19:05:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-11-17 19:05:12 (GMT) |
commit | 2ed27d3189783966a915181f9013b808a20d2c6b (patch) | |
tree | c6fc8387131445c46ae623e02b98840411cc8aa7 /Doc/texinputs | |
parent | aa126e1e21e837678310c456a0f656276106ec03 (diff) | |
download | cpython-2ed27d3189783966a915181f9013b808a20d2c6b.zip cpython-2ed27d3189783966a915181f9013b808a20d2c6b.tar.gz cpython-2ed27d3189783966a915181f9013b808a20d2c6b.tar.bz2 |
Note that readframes() returns data in linear format, even if the original
is encoded in u-LAW format. Based on suggestion from Anthony Baxter
<anthony_baxter@users.sourceforge.net>.
This closes bug #122273.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/boilerplate.tex | 2 | ||||
-rw-r--r-- | Doc/texinputs/howto.cls | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Doc/texinputs/boilerplate.tex b/Doc/texinputs/boilerplate.tex index 31be096..45bf1a9 100644 --- a/Doc/texinputs/boilerplate.tex +++ b/Doc/texinputs/boilerplate.tex @@ -5,6 +5,6 @@ E-mail: \email{python-docs@python.org} } -\date{October 16, 2000} % XXX update before release! +\date{\today} % XXX update before release! \release{2.0} % software release, not documentation \setshortversion{2.0} % major.minor only for software diff --git a/Doc/texinputs/howto.cls b/Doc/texinputs/howto.cls index 33db125..899b4ae 100644 --- a/Doc/texinputs/howto.cls +++ b/Doc/texinputs/howto.cls @@ -6,6 +6,7 @@ \ProvidesClass{howto} [1998/02/25 Document class (Python HOWTO)] +\RequirePackage{pypaper} % Change the options here to get a different set of basic options, This % is where to add things like "a4paper" or "10pt". |