mindflayer / python-mocket

a socket mock framework - for all kinds of socket animals, web-clients included
BSD 3-Clause "New" or "Revised" License
280 stars 42 forks source link

Fix compliance with original recv_into() #98

Closed hongquan closed 5 years ago

hongquan commented 5 years ago

Per Python 3 documentation, the second parameter of recv_into is optional.

mindflayer commented 5 years ago

Good job, I noticed that a couple of days ago when I was investigating the problem with redis. Thank you.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.6%) to 97.642% when pulling 0176f167296e3c96ecf05b8d9b09fe72eb07fae3 on sunshine-tech:fix/recv_into into 6dbfdec224d04f7fd1589f9c64815ffeacbd43e7 on mindflayer:master.

mindflayer commented 5 years ago

Here it is: https://github.com/mindflayer/python-mocket/releases/tag/3.7.1 https://pypi.org/project/mocket/3.7.1/

@hongquan

hongquan commented 5 years ago

Thanks, @mindflayer