]> granicus.if.org Git - python/log
python
26 years agoUpdate to the latest version of Michael Ernst's script.
Fred Drake [Thu, 14 Jan 1999 18:17:07 +0000 (18:17 +0000)]
Update to the latest version of Michael Ernst's script.

26 years ago"Driver" makefile to convert all documents to SGML or XML at once.
Fred Drake [Thu, 14 Jan 1999 18:13:59 +0000 (18:13 +0000)]
"Driver" makefile to convert all documents to SGML or XML at once.

26 years agoAdd usage of the "driver" Makefile.
Fred Drake [Thu, 14 Jan 1999 18:12:33 +0000 (18:12 +0000)]
Add usage of the "driver" Makefile.

26 years agoElaborate a comment on the format of the table that drives the
Fred Drake [Thu, 14 Jan 1999 18:10:09 +0000 (18:10 +0000)]
Elaborate a comment on the format of the table that drives the
conversion.

26 years agoAdjustments to allow elements with subelements as parameters. This is
Fred Drake [Thu, 14 Jan 1999 17:38:12 +0000 (17:38 +0000)]
Adjustments to allow elements with subelements as parameters.  This is
used to deal with the table headings and entries.

An additional flag in the element table is used to indicate elements
which have no "general" content, but which do have subelement
content.  These must be flagged distinctly from empty elements.
Currently used for \lineii, \lineiii, and \lineiv.

26 years agoAdded fixinfo.el to the list of dependencies.
Fred Drake [Thu, 14 Jan 1999 17:13:03 +0000 (17:13 +0000)]
Added fixinfo.el to the list of dependencies.

26 years agoEscape special characters on output.
Fred Drake [Thu, 14 Jan 1999 17:06:09 +0000 (17:06 +0000)]
Escape special characters on output.

26 years agoIn rcpt(), avoid a space after the TO: address when the option list is
Guido van Rossum [Thu, 14 Jan 1999 04:18:46 +0000 (04:18 +0000)]
In rcpt(), avoid a space after the TO: address when the option list is
empty.  Make sure there is a space when there are options.

26 years agoChange the order of the utime() and the chmod() call in copystat().
Guido van Rossum [Thu, 14 Jan 1999 00:42:00 +0000 (00:42 +0000)]
Change the order of the utime() and the chmod() call in copystat().
This doesn't make a bit of difference on Unix, but apparently on
Windows NT you need write permission before you can set the utime...

26 years agoUpdated for 1.5.2b1
Jack Jansen [Wed, 13 Jan 1999 23:04:01 +0000 (23:04 +0000)]
Updated for 1.5.2b1

26 years agoUpdate the comments on info files.
Fred Drake [Wed, 13 Jan 1999 23:02:38 +0000 (23:02 +0000)]
Update the comments on info files.

26 years agoUse \refmodule when we say "use the XXX module instead".
Fred Drake [Wed, 13 Jan 1999 17:11:52 +0000 (17:11 +0000)]
Use \refmodule when we say "use the XXX module instead".

For the whatsound module, point to sndhdr.

26 years ago\seemodule: Fix so that each \seemodule entry gets its own paragraph,
Fred Drake [Wed, 13 Jan 1999 17:09:06 +0000 (17:09 +0000)]
\seemodule:  Fix so that each \seemodule entry gets its own paragraph,
so they don't get run together when there's no blank line
between them in the source.  The HTML conversion already did
the right thing.

\refmodule:  Refer to a module, using a hyperlink in the PDF version.
Visually the same as \module.

26 years agodo_cmd_refmodule(): New function to support new \refmodule macro.
Fred Drake [Wed, 13 Jan 1999 17:06:34 +0000 (17:06 +0000)]
do_cmd_refmodule():  New function to support new \refmodule macro.

26 years agoHand't been committed yet (minor changes)
Jack Jansen [Wed, 13 Jan 1999 16:58:53 +0000 (16:58 +0000)]
Hand't been committed yet (minor changes)

26 years agoCW Projects for 1.5.2b1
Jack Jansen [Wed, 13 Jan 1999 16:54:34 +0000 (16:54 +0000)]
CW Projects for 1.5.2b1

26 years agoDistribution databases for 1.5.2b1
Jack Jansen [Wed, 13 Jan 1999 16:52:12 +0000 (16:52 +0000)]
Distribution databases for 1.5.2b1

26 years agoRemoved USE_MALLOC_DEBUG that shoulnd't be in the production version.
Jack Jansen [Wed, 13 Jan 1999 16:51:35 +0000 (16:51 +0000)]
Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.

26 years agoAdded: mems.lib.text_file: provides TextFile class for parsing text
Greg Ward [Wed, 13 Jan 1999 16:12:04 +0000 (16:12 +0000)]
Added: mems.lib.text_file: provides TextFile class for parsing text
files with (optional) comment stripping, blank line skipping, whitespace
removal, and line joining with trailing backslashes.

26 years agoRenamed test.py to testcode.py so one can import Python's
Guido van Rossum [Tue, 12 Jan 1999 22:14:34 +0000 (22:14 +0000)]
Renamed test.py to testcode.py so one can import Python's
test package from inside IDLE.  (Suggested by Jack Jansen.)

26 years agoHack to close a window that is colorizing.
Guido van Rossum [Tue, 12 Jan 1999 22:09:57 +0000 (22:09 +0000)]
Hack to close a window that is colorizing.

26 years agoVladimir Marangozov's patch:
Guido van Rossum [Tue, 12 Jan 1999 22:09:18 +0000 (22:09 +0000)]
Vladimir Marangozov's patch:
The separator dances too much and seems to jump by arbitrary amounts
in arbitrary directions when I try to move it for resizing the frames.
This patch makes it more quiet.

26 years agoAdded a few items.
Fred Drake [Tue, 12 Jan 1999 21:31:16 +0000 (21:31 +0000)]
Added a few items.

26 years agoFix the HTML tarball target to generate the HTML if needed instead of
Fred Drake [Tue, 12 Jan 1999 20:32:39 +0000 (20:32 +0000)]
Fix the HTML tarball target to generate the HTML if needed instead of
bombing.

26 years agoChris Herborth's first pass at making config and install
Guido van Rossum [Tue, 12 Jan 1999 20:30:23 +0000 (20:30 +0000)]
Chris Herborth's first pass at making config and install
for BeOS better.

26 years agoA gift from Sam Rushing - modules asyncore and asynchat for the
Guido van Rossum [Tue, 12 Jan 1999 20:19:27 +0000 (20:19 +0000)]
A gift from Sam Rushing - modules asyncore and asynchat for the
standard Python library.  (Async socket support.)

26 years agoBump the date. Seems like fun. ;-)
Fred Drake [Tue, 12 Jan 1999 19:51:03 +0000 (19:51 +0000)]
Bump the date.  Seems like fun.  ;-)

26 years agoSimplify command that extracts the number of pages from a PostScript
Fred Drake [Tue, 12 Jan 1999 19:28:41 +0000 (19:28 +0000)]
Simplify command that extracts the number of pages from a PostScript
file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...".

26 years agoAdded \modulesynopsis.
Fred Drake [Tue, 12 Jan 1999 19:22:11 +0000 (19:22 +0000)]
Added \modulesynopsis.

26 years ago<writer>.send_paragraph(): Clarify what needs to be done by this
Fred Drake [Tue, 12 Jan 1999 18:33:47 +0000 (18:33 +0000)]
<writer>.send_paragraph():  Clarify what needs to be done by this
method and what it should not do.  (Specifically: handling
breaking of last line of preceeding paragraph.)

26 years agoDumbWriter.send_paragraph(): Fix problem with DumbWriter reported to
Fred Drake [Tue, 12 Jan 1999 18:13:27 +0000 (18:13 +0000)]
DumbWriter.send_paragraph():  Fix problem with DumbWriter reported to
the newsgroup by Raymond Tong Leng Ng <rntl@yahoo.com>.

26 years agoAvoid overflow if possible in calculations for range(); report
Guido van Rossum [Tue, 12 Jan 1999 05:07:47 +0000 (05:07 +0000)]
Avoid overflow if possible in calculations for range(); report
unavoidable overflow as OverflowError.

26 years agodo_cmd_methodline(): Fixed reference to method name when generating
Fred Drake [Tue, 12 Jan 1999 04:16:51 +0000 (04:16 +0000)]
do_cmd_methodline():  Fixed reference to method name when generating
the output HTML.

26 years agoRemoved a lot of unnecessary comment markers which cause unexplained
Fred Drake [Tue, 12 Jan 1999 04:15:20 +0000 (04:15 +0000)]
Removed a lot of unnecessary comment markers which cause unexplained
numbers to appear in the HTML version of the manual.

26 years agooutput_body(): For <address> elements, just skip, since they're
Fred Drake [Mon, 11 Jan 1999 22:30:34 +0000 (22:30 +0000)]
output_body():  For <address> elements, just skip, since they're
always part of the page trailer.

26 years agoPatches describing the statvfs() and fstatvfs() functions. Additional
Fred Drake [Mon, 11 Jan 1999 18:36:23 +0000 (18:36 +0000)]
Patches describing the statvfs() and fstatvfs() functions.  Additional
text about large file support.

All new text by Steve Clift <clift@mail.anacapa.net>, with only minor
revision / addition of markup.

26 years agoAddition to previous note -- comfigure --without-gcc also works.
Guido van Rossum [Mon, 11 Jan 1999 16:47:30 +0000 (16:47 +0000)]
Addition to previous note -- comfigure --without-gcc also works.

26 years agoAdd note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.
Guido van Rossum [Mon, 11 Jan 1999 16:45:44 +0000 (16:45 +0000)]
Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.

26 years agoget_config_h_filename(): Fix to work with current Python
Fred Drake [Mon, 11 Jan 1999 15:34:55 +0000 (15:34 +0000)]
get_config_h_filename():  Fix to work with current Python
installations; it was picking up a stale config.h from an
overwritten installation.

26 years agoSome requests have been fulfilled.
Guido van Rossum [Mon, 11 Jan 1999 14:52:40 +0000 (14:52 +0000)]
Some requests have been fulfilled.

26 years agoSet the cursor to a watch when opening the class browser (which may
Guido van Rossum [Mon, 11 Jan 1999 14:51:32 +0000 (14:51 +0000)]
Set the cursor to a watch when opening the class browser (which may
take quite a while, browsing multiple files).

Newer, better center() -- but assumes no wrapping.

26 years agoGot rid of debug print statement in goto_line_event().
Guido van Rossum [Mon, 11 Jan 1999 14:49:00 +0000 (14:49 +0000)]
Got rid of debug print statement in goto_line_event().

26 years agoI think I like it better if it prints the traceback even when it displays
Guido van Rossum [Mon, 11 Jan 1999 14:47:54 +0000 (14:47 +0000)]
I think I like it better if it prints the traceback even when it displays
the stack viewer.

26 years agoBind ESC to close-window.
Guido van Rossum [Mon, 11 Jan 1999 14:46:55 +0000 (14:46 +0000)]
Bind ESC to close-window.

26 years agoUse a HSeparator between the classes and the items.
Guido van Rossum [Mon, 11 Jan 1999 14:46:06 +0000 (14:46 +0000)]
Use a HSeparator between the classes and the items.
Make the list of classes wider by default (40 chars).
Bind ESC to close-window.

26 years agoSeparator classes (draggable divider between two panes).
Guido van Rossum [Mon, 11 Jan 1999 14:45:11 +0000 (14:45 +0000)]
Separator classes (draggable divider between two panes).

26 years agoPatch by Charles Waldman -- remove unneeded and even harmful test for
Guido van Rossum [Sun, 10 Jan 1999 16:56:58 +0000 (16:56 +0000)]
Patch by Charles Waldman -- remove unneeded and even harmful test for
float to the negative power (which is already and better done in
floatobject.c.)

26 years agoAdded some more comments.
Guido van Rossum [Sun, 10 Jan 1999 06:09:13 +0000 (06:09 +0000)]
Added some more comments.

26 years agoDon't traceback when wakeup() is called when the window has been destroyed.
Guido van Rossum [Sat, 9 Jan 1999 22:01:33 +0000 (22:01 +0000)]
Don't traceback when wakeup() is called when the window has been destroyed.
This can happen when a torn-of Windows menu references closed windows.
And Tim Peters claims that the Windows menu is his favorite to tear off...

26 years agoAllow tearing off of the Windows menu.
Guido van Rossum [Sat, 9 Jan 1999 22:00:10 +0000 (22:00 +0000)]
Allow tearing off of the Windows menu.

26 years agoClose on ESC.
Guido van Rossum [Sat, 9 Jan 1999 21:58:11 +0000 (21:58 +0000)]
Close on ESC.

26 years agoUpdated a bunch of things (it was mostly still 0.1!)
Guido van Rossum [Sat, 9 Jan 1999 21:57:56 +0000 (21:57 +0000)]
Updated a bunch of things (it was mostly still 0.1!)

26 years agoUse 'xrange', not 'range', in error messages. Reported by Nathan Sullivan.
Guido van Rossum [Sat, 9 Jan 1999 21:40:35 +0000 (21:40 +0000)]
Use 'xrange', not 'range', in error messages.  Reported by Nathan Sullivan.

26 years ago(py-outdent-p): Short circuit infloop for illegal construct
Barry Warsaw [Sat, 9 Jan 1999 17:22:38 +0000 (17:22 +0000)]
(py-outdent-p): Short circuit infloop for illegal construct
(e.g. except: on first line of buffer).

26 years agoAdded ScriptBinding to standard bindings.
Guido van Rossum [Sat, 9 Jan 1999 05:00:59 +0000 (05:00 +0000)]
Added ScriptBinding to standard bindings.

26 years agoThis now actually works. See doc string. It can run a module (i.e.
Guido van Rossum [Sat, 9 Jan 1999 05:00:17 +0000 (05:00 +0000)]
This now actually works.  See doc string.  It can run a module (i.e.
import or reload) or debug it (same with debugger control).  Output
goes to a fresh output window, only created when needed.

26 years agoNeed extern decl. for fdatasync() in case it exists but isn't declared
Guido van Rossum [Fri, 8 Jan 1999 21:28:05 +0000 (21:28 +0000)]
Need extern decl. for fdatasync() in case it exists but isn't declared
anywhere (or, more likely, the declaration requires a magical
combination of _POSIX defines).

26 years agoNow using autoconf 2.13
Guido van Rossum [Fri, 8 Jan 1999 21:08:33 +0000 (21:08 +0000)]
Now using autoconf 2.13

26 years agoAdded fsync() and fdatasync(). Patches by Scott Cotton. Requires
Guido van Rossum [Fri, 8 Jan 1999 21:05:37 +0000 (21:05 +0000)]
Added fsync() and fdatasync().  Patches by Scott Cotton.  Requires
HAVE_* macros set by configure script.

26 years agoFieldStorage.__init__(): if there is no content-type header, use
Barry Warsaw [Fri, 8 Jan 1999 17:42:03 +0000 (17:42 +0000)]
FieldStorage.__init__(): if there is no content-type header, use
text/plain for inner parts, but application/x-www-form-urlencoded
for outer parts.  Honor any existing content-type header.

Lower down, if the content-type header is something we don't
understand (say because it there was a typo in the header coming from
the client), default to text/plain for inner parts, but
application/x-www-form-urlencoded for outer parts.

26 years agoWhat's new in this release.
Guido van Rossum [Fri, 8 Jan 1999 17:26:02 +0000 (17:26 +0000)]
What's new in this release.

26 years agoHack for Windows so that if (1) the exit status is nonzero and (2) we
Guido van Rossum [Fri, 8 Jan 1999 15:56:28 +0000 (15:56 +0000)]
Hack for Windows so that if (1) the exit status is nonzero and (2) we
think we have our own DOS box (i.e. we're not started from a command
line shell), we print a message and wait for the user to hit a key
before the DOS box is closed.

The hacky heuristic for determining whether we have our *own* DOS box
(due to Mark Hammond) is to test whether we're on line zero...

26 years agoRemove the "lib-" prefix from the name of the info archive.
Fred Drake [Fri, 8 Jan 1999 15:49:45 +0000 (15:49 +0000)]
Remove the "lib-" prefix from the name of the info archive.

26 years agoNo longer useful.
Fred Drake [Fri, 8 Jan 1999 15:48:47 +0000 (15:48 +0000)]
No longer useful.

26 years agoIt's finally gone!
Fred Drake [Fri, 8 Jan 1999 15:40:16 +0000 (15:40 +0000)]
It's finally gone!

26 years agoRemove obsolete files.
Fred Drake [Fri, 8 Jan 1999 15:34:06 +0000 (15:34 +0000)]
Remove obsolete files.

26 years agoReplace most everything but the comment at the top.
Fred Drake [Fri, 8 Jan 1999 15:33:38 +0000 (15:33 +0000)]
Replace most everything but the comment at the top.

26 years agoAdd a few comments.
Fred Drake [Fri, 8 Jan 1999 15:32:27 +0000 (15:32 +0000)]
Add a few comments.

26 years agoPaul Prescod's patches to allow the stack viewer to pop up when a
Guido van Rossum [Fri, 8 Jan 1999 15:31:07 +0000 (15:31 +0000)]
Paul Prescod's patches to allow the stack viewer to pop up when a
traceback is printed.

26 years agoNew support scripts for HTML->info conversion that use Michael Ernst's new
Fred Drake [Fri, 8 Jan 1999 15:27:17 +0000 (15:27 +0000)]
New support scripts for HTML->info conversion that use Michael Ernst's new
conversion tools.

26 years agoNew conversion tools for HTML->info from Michael Ernst
Fred Drake [Fri, 8 Jan 1999 15:25:29 +0000 (15:25 +0000)]
New conversion tools for HTML->info from Michael Ernst
<mernst@cs.washington.edu>.

Thanks!

26 years agoNeed to include <sys/types.h> for off_t.
Guido van Rossum [Thu, 7 Jan 1999 22:09:51 +0000 (22:09 +0000)]
Need to include <sys/types.h> for off_t.

26 years agoTy Sarna writes:
Guido van Rossum [Thu, 7 Jan 1999 21:50:41 +0000 (21:50 +0000)]
Ty Sarna writes:
The following patches (relative to 1.5.2b1) enable Python dynamic
loading to work on NetBSD platforms that use ELF (presnetly mips and
alpha systems).  They automaticly determine wether the system is ELF or
a.out rather than using astatic list of platforms so that when other
NetBSD platforms move to ELF, python will continue to work without
change.

26 years agoChanges for long file support.
Guido van Rossum [Thu, 7 Jan 1999 21:48:46 +0000 (21:48 +0000)]
Changes for long file support.

26 years agoconvert(): Make sure no line has trailing whitespace. (docfixer.py
Fred Drake [Thu, 7 Jan 1999 18:47:07 +0000 (18:47 +0000)]
convert():  Make sure no line has trailing whitespace.  (docfixer.py
checks for \n\n as a paragraph separator, LaTeX allows white
space between the newlines.)

26 years agoThe doc string for strptime had the arguments reversed -- the string
Guido van Rossum [Thu, 7 Jan 1999 18:29:26 +0000 (18:29 +0000)]
The doc string for strptime had the arguments reversed -- the string
comes first, the format second!  Scott Cotton discovered this.

26 years agoMarkup nit.
Fred Drake [Thu, 7 Jan 1999 15:45:55 +0000 (15:45 +0000)]
Markup nit.

Add module synopsis.

26 years agoChange paragraph width limit to 70 (like Emacs M-Q).
Guido van Rossum [Thu, 7 Jan 1999 00:12:15 +0000 (00:12 +0000)]
Change paragraph width limit to 70 (like Emacs M-Q).

26 years agoSeparating TODO from README. Slight reformulation of features. No
Guido van Rossum [Thu, 7 Jan 1999 00:11:29 +0000 (00:11 +0000)]
Separating TODO from README.  Slight reformulation of features.  No
exact release date.

26 years agoSeparating TODO from README.
Guido van Rossum [Thu, 7 Jan 1999 00:10:00 +0000 (00:10 +0000)]
Separating TODO from README.

26 years agoExplain how come that pickle and cPickle, while using the same data
Guido van Rossum [Wed, 6 Jan 1999 23:34:39 +0000 (23:34 +0000)]
Explain how come that pickle and cPickle, while using the same data
format, can produce different pickle strings for the same object.

26 years agoMinor clarifications by Sean Reifschneider:
Guido van Rossum [Wed, 6 Jan 1999 23:14:14 +0000 (23:14 +0000)]
Minor clarifications by Sean Reifschneider:
- add example of string literal concatenation
- add clarifying comment to the example of the if statement

26 years agoReplace the docs for reduce with an adaptation of its docstring, which
Guido van Rossum [Wed, 6 Jan 1999 23:10:51 +0000 (23:10 +0000)]
Replace the docs for reduce with an adaptation of its docstring, which
was actually clearer!

26 years agoAdd doc for access() and ttyname(). Patch by Sean Reifschneider.
Guido van Rossum [Wed, 6 Jan 1999 23:03:43 +0000 (23:03 +0000)]
Add doc for access() and ttyname().  Patch by Sean Reifschneider.

26 years agofix bug in PyZlib_flush.
Jeremy Hylton [Wed, 6 Jan 1999 22:56:24 +0000 (22:56 +0000)]
fix bug in PyZlib_flush.
patch from Grzegorz Makarewicz & Rafal Smotrzyk.

26 years agoChange the access() code to return 1 if granted, 0 if not granted.
Guido van Rossum [Wed, 6 Jan 1999 22:52:38 +0000 (22:52 +0000)]
Change the access() code to return 1 if granted, 0 if not granted.
Patch (again) by Sean Reifschneider.

26 years agoPreliminary code to mark paragraphs. Seems to work, but very slow.
Fred Drake [Wed, 6 Jan 1999 22:50:52 +0000 (22:50 +0000)]
Preliminary code to mark paragraphs.  Seems to work, but very slow.

26 years agoFixed bug in the common-case code for HTTP URLs; it would lose the query,
Andrew M. Kuchling [Wed, 6 Jan 1999 22:13:09 +0000 (22:13 +0000)]
Fixed bug in the common-case code for HTTP URLs; it would lose the query,
    fragment, and/or parameter information.
3 cases added to the test suite to check for this bug.

26 years agoConstants for [f]statvfs() (new in posixmodule.c) by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:54:57 +0000 (18:54 +0000)]
Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift.

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:53:34 +0000 (18:53 +0000)]
Changes for long file support by Steve Clift.

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:52:29 +0000 (18:52 +0000)]
Changes for long file support by Steve Clift.
(Slightly modified to isolate the test for various funcs more.)

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:51:17 +0000 (18:51 +0000)]
Changes for long file support by Steve Clift.
(This also redoes my previous patch, but better.)

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:50:37 +0000 (18:50 +0000)]
Changes for long file support by Steve Clift.
(Really: moved a bunch of defs to longobject.h.)

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:44:57 +0000 (18:44 +0000)]
Changes for long file support by Steve Clift.

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:44:23 +0000 (18:44 +0000)]
Changes for long file support by Steve Clift.
He also fixes thread-related evil that caused core dumps.

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:42:14 +0000 (18:42 +0000)]
Changes for long file support by Steve Clift.
Also added access() and ttyname() by Sean Reifschneider.

26 years agoChanges for long file support by Steve Clift.
Guido van Rossum [Wed, 6 Jan 1999 18:39:42 +0000 (18:39 +0000)]
Changes for long file support by Steve Clift.

26 years agoUpdate and add docstrings.
Fred Drake [Wed, 6 Jan 1999 16:28:34 +0000 (16:28 +0000)]
Update and add docstrings.

26 years agoRemove documentation for whatraw() since it's gone now.
Fred Drake [Wed, 6 Jan 1999 15:21:19 +0000 (15:21 +0000)]
Remove documentation for whatraw() since it's gone now.

26 years agoMove brief descriptions of what() and whathdr() to docstrings in the
Fred Drake [Wed, 6 Jan 1999 15:20:49 +0000 (15:20 +0000)]
Move brief descriptions of what() and whathdr() to docstrings in the
functions (from comments).