holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
209 stars 121 forks source link

Discard Python 2 leftovers #211

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

Functions isstr and isbytestr are not used any more.

They have become simple one-liners, to the point that I find using their code inline, instead of calling them, clearer. Deprecate them.