diff options
author | Georg Brandl <georg@python.org> | 2008-05-20 07:49:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-20 07:49:57 (GMT) |
commit | dffbf5f5421cbeb20237280c0bd70f989269f844 (patch) | |
tree | 51a520dcf10d589bd145d9117b010dab6bc28e3b /Misc/cheatsheet | |
parent | 06d2a2cb0e105019e8bd5e29a3c81c6874e6396a (diff) | |
download | cpython-dffbf5f5421cbeb20237280c0bd70f989269f844.zip cpython-dffbf5f5421cbeb20237280c0bd70f989269f844.tar.gz cpython-dffbf5f5421cbeb20237280c0bd70f989269f844.tar.bz2 |
Revert copy_reg -> copyreg rename.
Diffstat (limited to 'Misc/cheatsheet')
-rw-r--r-- | Misc/cheatsheet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet index 1ce1996..e699359 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -1864,7 +1864,7 @@ commands Tools for executing UNIX commands . compileall Force "compilation" of all .py files in a directory. configparser Configuration file parser (much like windows .ini files) copy Generic shallow and deep copying operations. -copyreg Helper to provide extensibility for pickle/cPickle. +copy_reg Helper to provide extensibility for pickle/cPickle. csv Read and write files with comma separated values. dbhash (g)dbm-compatible interface to bsdhash.hashopen. dircache Sorted list of files in a dir, using a cache. |