diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-16 18:03:52 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-16 18:03:52 (GMT) |
commit | ea0b22a167f25deaf170da2c321fbd9d64af1ab3 (patch) | |
tree | d2a8a25bc7f0f07029ff0cf58a041807c316792d /Misc | |
parent | 5e7b1c07bc3c6f22f8fbc276c7a1ac0aecfee64a (diff) | |
download | cpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.zip cpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.tar.gz cpython-ea0b22a167f25deaf170da2c321fbd9d64af1ab3.tar.bz2 |
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and
socketserver renaming.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/cheatsheet | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet index 61217c4..1ce1996 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -1862,9 +1862,9 @@ codecs Lookup existing Unicode encodings and register new ones. colorsys Conversion functions between RGB and other color systems. 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) +configparser Configuration file parser (much like windows .ini files) copy Generic shallow and deep copying operations. -copy_reg Helper to provide extensibility for pickle/cPickle. +copyreg 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. @@ -1952,7 +1952,7 @@ pty Pseudo terminal utilities. pyexpat Interface to the Expay XML parser. py_compile Routine to "compile" a .py file to a .pyc file. pyclbr Parse a Python file and retrieve classes and methods. -Queue A multi-producer, multi-consumer queue. +queue A multi-producer, multi-consumer queue. quopri Conversions to/from quoted-printable transport encoding. rand Don't use unless you want compatibility with C's rand(). random Random variable generators |