]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In read_multi, allow a subclass to override the class we instantiate
authorGuido van Rossum <guido@python.org>
Wed, 9 Dec 1998 22:16:46 +0000 (22:16 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Dec 1998 22:16:46 +0000 (22:16 +0000)
commit030d2ec16c547d97abb3367e658faf92147c8d00
treefc15b8f8c5045b5ac8580d147ec7dcf4ed108926
parentf8b3b944aa748be7689109c353e990e8a25c684f
In read_multi, allow a subclass to override the class we instantiate
when we create a recursive instance, by setting the class variable
'FieldStorageClass' to the desired class.  By default, this is set to
None, in which case we use self.__class__ (as before).
Lib/cgi.py