commit | d4b920c8bd2d41b49d30c89fe9732ff443fe71f8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Feb 04 01:54:49 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Feb 04 01:54:49 2003 +0000 |
tree | 0cf3efd4ca829c91aa1b2386c6dbc1407622b493 | |
parent | 322d553143b464ffa9b72105927469279cf3c31a [diff] |
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.