From: Raymond Hettinger Date: Tue, 17 Aug 2004 02:31:55 +0000 (+0000) Subject: SF bug #951482: New module: doc versus action X-Git-Tag: v2.4a3~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8de636e2ae8743a92a587b7c65837df40737bf78;p=thirdparty%2FPython%2Fcpython.git SF bug #951482: New module: doc versus action Strengthen the warnings about creating bogus objects using the new module. --- diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex index 67bfb2ed7972..f1ff7ea55a0c 100644 --- a/Doc/lib/libnew.tex +++ b/Doc/lib/libnew.tex @@ -11,6 +11,8 @@ creation functions. This is for use primarily in marshal-type functions, when a new object needs to be created ``magically'' and not by using the regular creation functions. This module provides a low-level interface to the interpreter, so care must be exercised when using this module. +It is possible to supply non-sensical arguments which crash the +interpreter when the object is used. The \module{new} module defines the following functions: