summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libnew.tex
Commit message (Collapse)AuthorAgeFilesLines
* There's no need for typechecks on the second and third argument ofGuido van Rossum2002-01-151-2/+1
| | | | | | | | | | new.instancemethod() -- the instancemethod object is now a perfectly general container. This fixes SF bug ##503091 (Pedro Rodriquez): new.instancemethod fails for new classes This is a 2.2.1 candidate.
* Adjust documentation for new.instance() to reflect that the secondFred Drake2001-01-281-3/+5
| | | | parameter may be omitted or None.
* Update Moshe Zadka's email address to one works and might last a while.Fred Drake2000-12-011-1/+1
|
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-101-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-1/+1
|
* Comment out XXX comment; this needn't appear in the formattedFred Drake1999-06-291-1/+1
| | | | versions. XXX comments only need to be grep-able.
* Small markup & usage adjustments.Fred Drake1999-06-171-3/+2
|
* Correction: the parameters of new.instance() are type-checked.Fred Drake1999-06-171-11/+11
| | | | | Edited several of the descriptions for English usage and more consistent style.
* New module documentation sections from Moshe Zadka <moshez@math.huji.ac.il>!Fred Drake1999-06-171-0/+57