]> granicus.if.org Git - python/commit
Rename the extension registry variables to have leading underscores --
authorGuido van Rossum <guido@python.org>
Tue, 4 Feb 2003 01:54:49 +0000 (01:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Feb 2003 01:54:49 +0000 (01:54 +0000)
commitd4b920c8bd2d41b49d30c89fe9732ff443fe71f8
tree0cf3efd4ca829c91aa1b2386c6dbc1407622b493
parent322d553143b464ffa9b72105927469279cf3c31a
Rename the extension registry variables to have leading underscores --
this clarifies that they are part of an internal API (albeit shared
between pickle.py, copy_reg.py and cPickle.c).

I'd like to do the same for copy_reg.dispatch_table, but worry that it
might be used by existing code.  This risk doesn't exist for the
extension registry.
Lib/copy_reg.py
Lib/pickle.py
Modules/cPickle.c