Back to Aiohttp

8303.Breaking

CHANGES/8303.breaking.rst

4.0.0a1231 B
Original Source

Removed content_transfer_encoding parameter in :py:meth:FormData.add_field() <aiohttp.FormData.add_field> and passing bytes no longer creates a file field unless the filename parameter is used -- by :user:Dreamsorcerer.