bencode.py
bencode.py copied to clipboard
None of read, write, bread, bwrite exist
The documentation is inconsistent as to read/bread, write/bwrite, but it doesn't matter as none of them exist.
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?