- elaborated the docstring with an explanation of where the contents
of the module are initialized - added assignments to "document" the names exported by this module, and, in the case of 'super', squash a warning that gets generated when using Python 2.3. (In Python 2.3, setting an attribute of a module outside of the module's implementation, where the name of the attribute matches the name of a built-in and the name isn't already defined in the module, causes a warning to be generated.)
Showing
Please register or sign in to comment