Kaydet (Commit) 8de636e2 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #951482: New module: doc versus action

Strengthen the warnings about creating bogus objects using the new module.
üst cb40ba1f
...@@ -11,6 +11,8 @@ creation functions. This is for use primarily in marshal-type functions, ...@@ -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 when a new object needs to be created ``magically'' and not by using the
regular creation functions. This module provides a low-level interface regular creation functions. This module provides a low-level interface
to the interpreter, so care must be exercised when using this module. 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: The \module{new} module defines the following functions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment