bencode.py icon indicating copy to clipboard operation
bencode.py copied to clipboard

None of read, write, bread, bwrite exist

Open farmwald opened this issue 5 years ago • 1 comments

The documentation is inconsistent as to read/bread, write/bwrite, but it doesn't matter as none of them exist.

farmwald avatar Sep 30 '20 02:09 farmwald

I can't see any mistakes in the current documentation, bencodepy.bread and bencodepy.bwrite functions exist on the module, and the Bencode.read and Bencode.write functions are available on Bencode instances.

Could you provide an example of the issue you are experiencing?

fuzeman avatar Oct 04 '20 20:10 fuzeman