subshell. (For tilde and shell variable expansion, use
:func:`os.path.expanduser` and :func:`os.path.expandvars`.)
-.. seealso::
-
- Latest version of the :source:`glob module Python source code <Lib/glob.py>`
.. function:: glob(pathname)
Module :mod:`fnmatch`
Shell-style filename (not path) expansion
+ Latest version of the :source:`glob module Python source code <Lib/glob.py>`
+
:mod:`base64` module is more compact if there are many such characters, as when
sending a graphics file.
-.. seealso::
-
- Latest version of the :source:`quopri module Python source code
- <Lib/quopri.py>`
-
.. function:: decode(input, output, header=False)
Decode the contents of the *input* file and write the resulting decoded binary
Module :mod:`base64`
Encode and decode MIME base64 data
+ Latest version of the :source:`quopri module Python source code
+ <Lib/quopri.py>`
This code was contributed by Lance Ellinghouse, and modified by Jack Jansen.
-.. seealso::
-
- Latest version of the :source:`uu module Python source code <Lib/uu.py>`
-
The :mod:`uu` module defines the following functions:
Module :mod:`binascii`
Support module containing ASCII-to-binary and binary-to-ASCII conversions.
+ Latest version of the :source:`uu module Python source code <Lib/uu.py>`