]> granicus.if.org Git - python/log
python
26 years agoUpdated list of Library Reference files.
Fred Drake [Fri, 7 Aug 1998 18:01:37 +0000 (18:01 +0000)]
Updated list of Library Reference files.

Added some dependencies to some of the HTML generation targets.

26 years agoAdd built-in string variables 'quit' and 'exit' that display a hint on
Guido van Rossum [Fri, 7 Aug 1998 18:01:14 +0000 (18:01 +0000)]
Add built-in string variables 'quit' and 'exit' that display a hint on
how to exit (in a platform dependent way!).  We use os.sep to
determine which platform we're on, since I expect that this will work
better for minority platforms.

26 years agoAdd warning that mutable argument defaults are evaluated only once;
Guido van Rossum [Fri, 7 Aug 1998 17:45:09 +0000 (17:45 +0000)]
Add warning that mutable argument defaults are evaluated only once;
with examples and workaround.  This keeps coming up, and I believe
that this section in the tutorial may have been (in part) the source
of the confusion.  While it didn't show examples with [] for a default,
it also didn't emphasize enough why that would be a bad idea, and
while it did say that defaults are evaluated at the point of function
definition, the example was not relevant for this issue.

26 years agoAt least mark the URL to the Packages essay using \url.
Fred Drake [Fri, 7 Aug 1998 17:40:20 +0000 (17:40 +0000)]
At least mark the URL to the Packages essay using \url.

26 years agoFix synopsis.
Fred Drake [Fri, 7 Aug 1998 17:37:15 +0000 (17:37 +0000)]
Fix synopsis.

26 years agoClarify that quit() and close() render the instance useless.
Guido van Rossum [Fri, 7 Aug 1998 17:36:59 +0000 (17:36 +0000)]
Clarify that quit() and close() render the instance useless.

26 years agoAdded file transfer to example.
Fred Drake [Fri, 7 Aug 1998 17:30:49 +0000 (17:30 +0000)]
Added file transfer to example.

26 years agoGuido's white background.
Fred Drake [Fri, 7 Aug 1998 16:43:29 +0000 (16:43 +0000)]
Guido's white background.

26 years agoMinor refilling of a paragraph...
Barry Warsaw [Fri, 7 Aug 1998 16:33:51 +0000 (16:33 +0000)]
Minor refilling of a paragraph...

26 years agoim_function --> im_func
Fred Drake [Fri, 7 Aug 1998 16:28:13 +0000 (16:28 +0000)]
im_function --> im_func

26 years agoIn the example, make sure all the imports are done.
Fred Drake [Fri, 7 Aug 1998 16:03:32 +0000 (16:03 +0000)]
In the example, make sure all the imports are done.

26 years agoMarkup nits.
Fred Drake [Fri, 7 Aug 1998 16:02:28 +0000 (16:02 +0000)]
Markup nits.

26 years agoClarify xdrlib synopsis.
Fred Drake [Fri, 7 Aug 1998 16:01:15 +0000 (16:01 +0000)]
Clarify xdrlib synopsis.

26 years agoFix typo in binascii synopsis.
Fred Drake [Fri, 7 Aug 1998 16:00:30 +0000 (16:00 +0000)]
Fix typo in binascii synopsis.

26 years agoRemoved obsolete chapter header.
Fred Drake [Fri, 7 Aug 1998 15:58:54 +0000 (15:58 +0000)]
Removed obsolete chapter header.

26 years agoNew organization of internet modules into protocols/support and data
Fred Drake [Fri, 7 Aug 1998 15:58:31 +0000 (15:58 +0000)]
New organization of internet modules into protocols/support and data
chapters.

26 years agoNew chapter headers for Internet Protocols and Internet Data chapters,
Fred Drake [Fri, 7 Aug 1998 15:56:52 +0000 (15:56 +0000)]
New chapter headers for Internet Protocols and Internet Data chapters,
which replace the existing internet chapter.

26 years agoFix synopsis for multifile.
Fred Drake [Fri, 7 Aug 1998 15:55:14 +0000 (15:55 +0000)]
Fix synopsis for multifile.

26 years agoFor Win32, added pragmas specifying the python15[_d].lib library.
Guido van Rossum [Fri, 7 Aug 1998 15:32:00 +0000 (15:32 +0000)]
For Win32, added pragmas specifying the python15[_d].lib library.

26 years ago[Sjoerd Mullender]
Guido van Rossum [Fri, 7 Aug 1998 15:28:23 +0000 (15:28 +0000)]
[Sjoerd Mullender]

Don't use CL module since all constants are now in cl.

26 years ago[Sjoerd Mullender]
Guido van Rossum [Fri, 7 Aug 1998 15:26:56 +0000 (15:26 +0000)]
[Sjoerd Mullender]

Fixed infinite loop when a message ends prematurely in some
circumstances.

26 years agoFrom: "Fredrik Lundh" <fredrik@pythonware.com>
Guido van Rossum [Fri, 7 Aug 1998 14:55:21 +0000 (14:55 +0000)]
From: "Fredrik Lundh" <fredrik@pythonware.com>
Date: Fri, 7 Aug 1998 13:37:12 +0100

the "initialcolor" code is broken in several places in the
current version of tkColorChooser.  I've attached an up-
dated version for 1.5.2.

26 years agoAdded note() message to Page class -- this was used but didn't exist.
Guido van Rossum [Thu, 6 Aug 1998 21:31:13 +0000 (21:31 +0000)]
Added note() message to Page class -- this was used but didn't exist.
(The alternative would be to call self.checker.note() but since
self.checker might be None that's not quite right.

26 years agoShorten the module synopsis.
Fred Drake [Thu, 6 Aug 1998 21:30:32 +0000 (21:30 +0000)]
Shorten the module synopsis.

26 years agoShorten the module synopsis.
Fred Drake [Thu, 6 Aug 1998 21:23:17 +0000 (21:23 +0000)]
Shorten the module synopsis.

26 years agoVariant of AMK's patch to produce text versions of HOWTO documents.
Fred Drake [Thu, 6 Aug 1998 20:15:20 +0000 (20:15 +0000)]
Variant of AMK's patch to produce text versions of HOWTO documents.

This ensures that the text version uses latex2html's -split 1 option, without
affecting HTML produced in the same run, and also minimizes the number of
l2h runs needed if --split 1 was used for an HTML run.

26 years agoTime machine experiment. Use '__name__' as the special key (always
Barry Warsaw [Thu, 6 Aug 1998 18:48:41 +0000 (18:48 +0000)]
Time machine experiment.  Use '__name__' as the special key (always
present) that refers to the section name.  Also added a (slightly)
better InterpolationError error message, which includes the raw
string.

26 years agoCheckpointing news for 1.5.2a1... (Not all done.)
Guido van Rossum [Thu, 6 Aug 1998 17:55:46 +0000 (17:55 +0000)]
Checkpointing news for 1.5.2a1...  (Not all done.)

26 years agoMarkup nit.
Fred Drake [Thu, 6 Aug 1998 15:33:55 +0000 (15:33 +0000)]
Markup nit.

26 years agoMarkup nits.
Fred Drake [Thu, 6 Aug 1998 15:18:23 +0000 (15:18 +0000)]
Markup nits.

26 years agoMarked makedirs(), removedirs(), renames() as added in 1.5.2.
Fred Drake [Thu, 6 Aug 1998 13:45:42 +0000 (13:45 +0000)]
Marked makedirs(), removedirs(), renames() as added in 1.5.2.

26 years agoOn the Mac, use Internet Config to find the proxies (Jack Jansen).
Guido van Rossum [Thu, 6 Aug 1998 13:39:09 +0000 (13:39 +0000)]
On the Mac, use Internet Config to find the proxies (Jack Jansen).

Also added two XXX comments about lingering thread unsafeness.

26 years agoQuote/unquote slashes in macintosh pathname components (Jack Jansen).
Guido van Rossum [Thu, 6 Aug 1998 13:37:21 +0000 (13:37 +0000)]
Quote/unquote slashes in macintosh pathname components (Jack Jansen).

26 years agoAdded declarations for Mac code resource modules (Jack Jansen).
Guido van Rossum [Thu, 6 Aug 1998 13:36:43 +0000 (13:36 +0000)]
Added declarations for Mac code resource modules (Jack Jansen).

26 years agoAdded handling for Mac code resource modules (Jack Jansen).
Guido van Rossum [Thu, 6 Aug 1998 13:36:01 +0000 (13:36 +0000)]
Added handling for Mac code resource modules (Jack Jansen).

26 years agoBump MS_DLL_ID to 1.5.2
Guido van Rossum [Thu, 6 Aug 1998 04:56:06 +0000 (04:56 +0000)]
Bump MS_DLL_ID to 1.5.2

26 years agoPut the CRLF back in.
Guido van Rossum [Thu, 6 Aug 1998 04:23:56 +0000 (04:23 +0000)]
Put the CRLF back in.

26 years agoPut the CRLF back in.
Guido van Rossum [Thu, 6 Aug 1998 04:18:38 +0000 (04:18 +0000)]
Put the CRLF back in.

26 years agoNew project files...
Guido van Rossum [Thu, 6 Aug 1998 04:04:46 +0000 (04:04 +0000)]
New project files...

26 years agoGack. The module doc string is too long for VC++ 5.0.
Guido van Rossum [Thu, 6 Aug 1998 03:34:39 +0000 (03:34 +0000)]
Gack.  The module doc string is too long for VC++ 5.0.
However two string literals concatenated are fine!
Hope this doesn't break other platforms.

26 years agoIn Win32 version of listdir(), when FindFirstFile() returns
Guido van Rossum [Thu, 6 Aug 1998 03:23:32 +0000 (03:23 +0000)]
In Win32 version of listdir(), when FindFirstFile() returns
ERROR_FILE_NOT_FOUND, return an empty list instead of raising an
exception.

26 years agoRemoved unused variables.
Guido van Rossum [Thu, 6 Aug 1998 03:21:15 +0000 (03:21 +0000)]
Removed unused variables.

26 years agoBug in how an except statement was written (submitted by Piers himself).
Guido van Rossum [Thu, 6 Aug 1998 02:59:07 +0000 (02:59 +0000)]
Bug in how an except statement was written (submitted by Piers himself).

26 years agoMake getversion.o dependent on ../Include/patchlevel.h as well.
Fred Drake [Wed, 5 Aug 1998 21:33:54 +0000 (21:33 +0000)]
Make getversion.o dependent on ../Include/patchlevel.h as well.

26 years agoUpgrade patchlevel to 1.5.2a1.
Guido van Rossum [Wed, 5 Aug 1998 21:16:18 +0000 (21:16 +0000)]
Upgrade patchlevel to 1.5.2a1.

26 years agoNew version of makefile for Windows 3.1 from Jim Ahlstrom.
Guido van Rossum [Wed, 5 Aug 1998 21:14:32 +0000 (21:14 +0000)]
New version of makefile for Windows 3.1 from Jim Ahlstrom.

26 years agoNew version of VC 1.5 makefile from Jim Ahlstrom.
Guido van Rossum [Wed, 5 Aug 1998 21:13:54 +0000 (21:13 +0000)]
New version of VC 1.5 makefile from Jim Ahlstrom.

26 years agoGet rid of obsolete setup_nt subdirectory.
Guido van Rossum [Wed, 5 Aug 1998 21:10:58 +0000 (21:10 +0000)]
Get rid of obsolete setup_nt subdirectory.

26 years agoGetting rid of this ancient stuff.
Guido van Rossum [Wed, 5 Aug 1998 21:10:09 +0000 (21:10 +0000)]
Getting rid of this ancient stuff.

26 years ago# Removed .pyc file that was accidentally checked in.
Guido van Rossum [Wed, 5 Aug 1998 17:56:42 +0000 (17:56 +0000)]
# Removed .pyc file that was accidentally checked in.

26 years agoAdded SIZEOF_INT and SIZEOF_LONG
Jack Jansen [Wed, 5 Aug 1998 16:04:47 +0000 (16:04 +0000)]
Added SIZEOF_INT and SIZEOF_LONG

26 years agoUndo a silly effect of a global substitution: the macintosh panic()
Guido van Rossum [Wed, 5 Aug 1998 13:53:32 +0000 (13:53 +0000)]
Undo a silly effect of a global substitution: the macintosh panic()
function had a reference to vPySys_WriteStderr(...) -- turn it back
into fprintf(stder, ...).

26 years agobuild_html(): Simplify, so there's only one version of the latex2html
Fred Drake [Wed, 5 Aug 1998 04:48:18 +0000 (04:48 +0000)]
build_html():  Simplify, so there's only one version of the latex2html
command line.

l2hoption():  Convenience function, to write out an option to the aux. init.
file only if set.

Added --iconserver option to set the $ICONSERVER variable in latex2html; this
requires the use of an auxillary init. file since this can't be initialized
using a standard latex2html command-line option.  So the aux. init. file is
used for just about all the special options since it has to be written anyway
when $ICONSERVER needs to be set.

26 years agoRemove modified setting of $ICONSERVER; this isn't the right way to do it.
Fred Drake [Wed, 5 Aug 1998 04:36:09 +0000 (04:36 +0000)]
Remove modified setting of $ICONSERVER; this isn't the right way to do it.

26 years agoNew meat.
Guido van Rossum [Tue, 4 Aug 1998 22:59:26 +0000 (22:59 +0000)]
New meat.

26 years agotypo (pwill -> will).
Guido van Rossum [Tue, 4 Aug 1998 22:58:51 +0000 (22:58 +0000)]
typo (pwill -> will).

26 years agoChanges for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum [Tue, 4 Aug 1998 22:53:56 +0000 (22:53 +0000)]
Changes for BeOS, QNX and long long, by Chris Herborth.

26 years agoChanges for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum [Tue, 4 Aug 1998 22:46:29 +0000 (22:46 +0000)]
Changes for BeOS, QNX and long long, by Chris Herborth.

26 years agoAdded gethostbyname_ex(), which returns the same kind of data as
Guido van Rossum [Tue, 4 Aug 1998 22:16:43 +0000 (22:16 +0000)]
Added gethostbyname_ex(), which returns the same kind of data as
gethostbyaddr().  (Plain gethostbyname() returns only the IP address.)
This moves the code shared by gethostbyaddr() and gethostbyname_ex()
to a subroutine.

Original patch by Dan Stromberg; some tweaks by GvR.

26 years agoget_chapter_id(): Separate two aspects of string replacement to allow the
Fred Drake [Tue, 4 Aug 1998 22:07:18 +0000 (22:07 +0000)]
get_chapter_id():  Separate two aspects of string replacement to allow the
need for each to vary independently.

26 years agoFixed wrapping on some long lines.
Fred Drake [Tue, 4 Aug 1998 20:53:55 +0000 (20:53 +0000)]
Fixed wrapping on some long lines.

26 years agoChanges for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum [Tue, 4 Aug 1998 17:59:56 +0000 (17:59 +0000)]
Changes for BeOS, QNX and long long, by Chris Herborth.

26 years agoAdding the BeOS port. More checkins to follow.
Guido van Rossum [Tue, 4 Aug 1998 17:57:28 +0000 (17:57 +0000)]
Adding the BeOS port.  More checkins to follow.

26 years agoOk, we'll try this again: update the release date. ;-(
Fred Drake [Tue, 4 Aug 1998 17:01:18 +0000 (17:01 +0000)]
Ok, we'll try this again: update the release date.  ;-(

26 years agoUpdate the documentation release number in RELEASE.
Fred Drake [Tue, 4 Aug 1998 16:59:29 +0000 (16:59 +0000)]
Update the documentation release number in RELEASE.

26 years agoSupport case insensitive treatment of os.environ keys on Windows and
Guido van Rossum [Tue, 4 Aug 1998 16:01:23 +0000 (16:01 +0000)]
Support case insensitive treatment of os.environ keys on Windows and
DOS (as well as OS/2).  I presume that making a call to putenv() with
a lowercase key will actually do the right thing.  I know this is so
on Windows/DOS, and I expect it is so OS/2 -- but the old OS/2 code
didn't assume this.  (I don't know if the person who provided the OS/2
patch was clueless or just didn't care about DOS and Windows.)

Also ripped out the support for pickling -- as of 1.5, this is no
longer needed to make pickling work.

26 years agoparser__pickler(): Use Py_DECREF() when reference is known to be non-NULL.
Fred Drake [Tue, 4 Aug 1998 15:58:10 +0000 (15:58 +0000)]
parser__pickler():  Use Py_DECREF() when reference is known to be non-NULL.

26 years agoLatest version by The Dragon, who writes:
Guido van Rossum [Tue, 4 Aug 1998 15:29:54 +0000 (15:29 +0000)]
Latest version by The Dragon, who writes:

I did some bugfixes, and fixed a major problem with the esmtp suport (I
think the person who did that part misunderstood RFC1869) Some of the
interface fer esmtp-related things has changed as a result.

I also added some documentation to the SMTP class' docstring.

26 years agoIn BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and
Guido van Rossum [Tue, 4 Aug 1998 15:27:50 +0000 (15:27 +0000)]
In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and
get rid of redundant error check.

26 years agoPatch by Jody Winston (with my changes) to add some of the "wait
Guido van Rossum [Tue, 4 Aug 1998 15:26:23 +0000 (15:26 +0000)]
Patch by Jody Winston (with my changes) to add some of the "wait
status inspection" macros as functions: WEXITSTATUS(), WIFEXITED(),
WIFSIGNALED(), WIFSTOPPED(), WSTOPSIG(), WTERMSIG().

26 years agoBetter error messages when raising ValueError for int literals. (The
Guido van Rossum [Tue, 4 Aug 1998 15:04:52 +0000 (15:04 +0000)]
Better error messages when raising ValueError for int literals.  (The
previous version of this code would not show the offending input, even
though there was code that attempted this.)

26 years agoFix a potential problem in PyLong_FromString(): could fall through the
Guido van Rossum [Tue, 4 Aug 1998 15:04:06 +0000 (15:04 +0000)]
Fix a potential problem in PyLong_FromString(): could fall through the
for loop with z==NULL but continue to reference z later.

26 years agoBetter error messages when raising ValueError for int and long
Guido van Rossum [Tue, 4 Aug 1998 15:02:01 +0000 (15:02 +0000)]
Better error messages when raising ValueError for int and long
literals.  (The previous version of this code would not show the
offending input, even though there was code that attempted this.)

26 years agoFix a memory leak -- the cached values of __getattr__ etc. were never
Guido van Rossum [Tue, 4 Aug 1998 14:59:16 +0000 (14:59 +0000)]
Fix a memory leak -- the cached values of __getattr__ etc. were never
freed.

26 years agoJim A's new versions of these
Guido van Rossum [Mon, 3 Aug 1998 20:23:42 +0000 (20:23 +0000)]
Jim A's new versions of these

26 years agoPatch by Ron Klatchko: fix invariant in _unread(). Also fixed
Guido van Rossum [Mon, 3 Aug 1998 15:41:39 +0000 (15:41 +0000)]
Patch by Ron Klatchko: fix invariant in _unread().  Also fixed
readlines() to behave like it should (return lines with "\n" appended).

26 years agoGeneralized so it's useful for testing other packages, by Andrew
Guido van Rossum [Sat, 1 Aug 1998 17:04:08 +0000 (17:04 +0000)]
Generalized so it's useful for testing other packages, by Andrew
Kuchling @ CNRI.

26 years agoAdded randrange to list of exported functions.
Guido van Rossum [Fri, 31 Jul 1998 13:40:05 +0000 (13:40 +0000)]
Added randrange to list of exported functions.

26 years agoIntroducing randrange([start,] stop [,step]) -- same as
Guido van Rossum [Fri, 31 Jul 1998 13:39:44 +0000 (13:39 +0000)]
Introducing randrange([start,] stop [,step]) -- same as
choice(range(start, stop, step)) but faster.  This addresses the
problem that randint() was accidentally defined as taking an inclusive
range (how unpythonic).

The code is longish because Tim Peters insisted that it reject
non-integral arguments while I insisted that it be not much slower
than randint(); the compromise satisfies both but is somewhat
convoluted.

Also changed randint() to be implemented through randrange().  This is
a semantic change because old randint() didn't test its arguments for
validity.  (It also makes randrange() win any contest with randint()
:-)

26 years agoUse buildtools where appropriate.
Jack Jansen [Fri, 31 Jul 1998 09:45:27 +0000 (09:45 +0000)]
Use buildtools where appropriate.
Build BuildApplication applet too.

26 years agoBuild a full standalone application from a python script (Just)
Jack Jansen [Fri, 31 Jul 1998 09:44:58 +0000 (09:44 +0000)]
Build a full standalone application from a python script (Just)

26 years agoCommon code used to the buildtools module (Just)
Jack Jansen [Fri, 31 Jul 1998 09:44:23 +0000 (09:44 +0000)]
Common code used to the buildtools module (Just)

26 years agoImplementation of freezing from shared libraries, without source. (Just)
Jack Jansen [Fri, 31 Jul 1998 09:43:36 +0000 (09:43 +0000)]
Implementation of freezing from shared libraries, without source. (Just)

26 years agoCommon code for BuildApplet, BuildApplication and fullbuild (Just)
Jack Jansen [Fri, 31 Jul 1998 09:42:35 +0000 (09:42 +0000)]
Common code for BuildApplet, BuildApplication and fullbuild (Just)

26 years agoExtended replacement for scripts:cfmfile.py (Just)
Jack Jansen [Fri, 31 Jul 1998 09:41:59 +0000 (09:41 +0000)]
Extended replacement for scripts:cfmfile.py (Just)

26 years agoAdded has_key() method to IC object.
Jack Jansen [Fri, 31 Jul 1998 09:39:28 +0000 (09:39 +0000)]
Added has_key() method to IC object.
Removed a debug print.

26 years agoNew about box and a few other fixes by Just, and everything got
Jack Jansen [Fri, 31 Jul 1998 09:38:49 +0000 (09:38 +0000)]
New about box and a few other fixes by Just, and everything got
rebinhexed again.

26 years agoInitialize the program name before adding shared library resources (Just).
Jack Jansen [Fri, 31 Jul 1998 09:38:01 +0000 (09:38 +0000)]
Initialize the program name before adding shared library resources (Just).

26 years agoDon't add the library file to the resource file chain if it is the
Jack Jansen [Fri, 31 Jul 1998 09:37:02 +0000 (09:37 +0000)]
Don't add the library file to the resource file chain if it is the
same as the application file (Just).

26 years agoNew about box, with the version mesage filled in in a text item, and
Jack Jansen [Fri, 31 Jul 1998 09:36:30 +0000 (09:36 +0000)]
New about box, with the version mesage filled in in a text item, and
PLstrcmp() fixed. (Just)

26 years agoThe PYD resource should now contain 2 strings: one for the ppc
Jack Jansen [Fri, 31 Jul 1998 09:34:47 +0000 (09:34 +0000)]
The PYD resource should now contain 2 strings: one for the ppc
fragment name and one for the cfm68k fragment name (Just).
Also, some unused variables removed.

26 years agoRe-indented properly (Just).
Jack Jansen [Fri, 31 Jul 1998 09:33:28 +0000 (09:33 +0000)]
Re-indented properly (Just).

26 years agoClarify the + and b mode characters for open() a bit.
Guido van Rossum [Wed, 29 Jul 1998 21:05:35 +0000 (21:05 +0000)]
Clarify the + and b mode characters for open() a bit.

26 years agoPass paper size to dvips explicitly.
Fred Drake [Wed, 29 Jul 1998 05:07:41 +0000 (05:07 +0000)]
Pass paper size to dvips explicitly.

26 years agoUpdate.
Fred Drake [Wed, 29 Jul 1998 04:45:53 +0000 (04:45 +0000)]
Update.

26 years agotohtml(): Use a table instead of a definition list for module synopses.
Fred Drake [Wed, 29 Jul 1998 04:45:23 +0000 (04:45 +0000)]
tohtml():  Use a table instead of a definition list for module synopses.

26 years agoFix two remaining references to all-pdf and all-ps to only use pdf and ps.
Fred Drake [Wed, 29 Jul 1998 03:49:44 +0000 (03:49 +0000)]
Fix two remaining references to all-pdf and all-ps to only use pdf and ps.

26 years agoUpdate to use a separate page for front matter.
Fred Drake [Tue, 28 Jul 1998 21:55:19 +0000 (21:55 +0000)]
Update to use a separate page for front matter.

26 years agoUpdate the HOWTO template to use a separate page for front matter, with
Fred Drake [Tue, 28 Jul 1998 21:53:34 +0000 (21:53 +0000)]
Update the HOWTO template to use a separate page for front matter, with
comments.

26 years agodo_cmd_maketitle(): No <hr> at the end of the "title page".
Fred Drake [Tue, 28 Jul 1998 21:52:57 +0000 (21:52 +0000)]
do_cmd_maketitle():  No <hr> at the end of the "title page".