Files
python-uncompyle6/test/simple_source/bug36/03_build_tuple_call.py
2019-04-30 16:25:48 -04:00

5 lines
178 B
Python

# From Python 3.6.5 email/message.py
# Bug is in handling 'related' parameter
def add_related(self, *args, **kw):
self._add_multipart('related', *args, _disp='inline', **kw)