You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
Working with Multipart documentation page refers to
MultipartWriter.serialize()
method several times.But this method does not exist (anymore?) in the class aiohttp.MultipartWriter.
Expected behaviour
Methods mentioned in docs should actually exist :)
Actual behaviour
MultipartWriter.serialize()
is mentioned in docs but does not exist.Steps to reproduce
MultipartWriter.serialize()
occurrences.serialize
method is not defined.Your environment
aiohttp==3.1.3
The text was updated successfully, but these errors were encountered: