oscrypto icon indicating copy to clipboard operation
oscrypto copied to clipboard

Add support for Path objects for filenames

Open ziima opened this issue 4 years ago • 2 comments

It would be nice to have support of Path objects for filenames.

ziima avatar Jul 13 '20 12:07 ziima

I'm open to someone implementing this if it is done in a way that doesn't cause issues with Python 2, which this still supports.

wbond avatar Mar 09 '22 02:03 wbond

It would be straight forward with python 3.8, but as none of the default APIs of python 3.3 supports pathlib, it would add more hazzle, than it would ease things - especially as py33 and py38 would need to be treated differently here and there.

deathaxe avatar Sep 15 '22 18:09 deathaxe