Printing UTF-8 mail to terminal
Cameron Simpson
cs at cskk.id.au
Fri Nov 1 17:52:22 EDT 2024
On 31Oct2024 21:53, alan.gauld at yahoo.co.uk <alan.gauld at yahoo.co.uk> wrote:
>On 31/10/2024 20:50, Cameron Simpson via Python-list wrote:
>> If you're just dealing with this directly, use the `quopri` stdlib
>> module: https://docs.python.org/3/library/quopri.html
>
>One of the things I love about this list are these little features
>that I didn't know existed. Despite having used Python for over 25
>years, I've never noticed that module before! :-)
Heh. And James Parrott caused me to discover the
`subprocess.run(executable_path)` mode of `run()/Popen()`: a string with
`shell=False` (the default) is an executable name.
More information about the Python-list
mailing list