rapidcow

Results 3 comments of rapidcow

I will add my take on this given how I too had issues installing with pip from source... Version: * Python 3.12.3 * pip 24.0 * setuptools 70.0.0 `pip install...

> > People like you also enjoyed: [Perl::Critic::Policy::BuiltinFunctions::RequireBlockMap](https://metacpan.org/pod/Perl::Critic::Policy::BuiltinFunctions::RequireBlockMap) > > Not as much as I enjoy block-less map! I just noticed that [perlfunc](https://perldoc.perl.org/functions/map) actually gives one example where you get...

That's interesting. EmailMessage seems to only set MIME-Version [in the set_content() method](https://github.com/python/cpython/blob/v3.12.4/Lib/email/message.py#L1200-L1205), so your ``outer.make_related()`` and ``outer.add_related()`` didn't really do anything more than what MIMEPart already defines. (FYI MIMEPart is...