diff options
Diffstat (limited to 'Misc/cheatsheet')
-rw-r--r-- | Misc/cheatsheet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/cheatsheet b/Misc/cheatsheet index e9a2639..4ae5439 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -1811,7 +1811,6 @@ datetime Basic date and time types. code Utilities needed to emulate Python's interactive interpreter 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) copy Generic shallow and deep copying operations. |