mar10 / wsgidav

A generic and extendable WebDAV server based on WSGI

Home Page:https://wsgidav.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`dav_provider.py` docstrings refer to "UTF-8 encoded byte strings" where they should just say "strings"

jwodder opened this issue · comments

The docstrings in the file wsgidav/dav_provider.py make numerous references to "UTF-8 encoded byte strings" or similar — which can only refer to bytes values — but it seems that they should actually be referring to str values. In particular, some of the methods with such docstrings can clearly (based on their implementations) only operate on strs, not bytes!

This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
Thank you for your contributions.