Mic92 / python-mpd2

Python library which provides a client interface for the Music Player Daemon.
GNU Lesser General Public License v3.0
352 stars 119 forks source link

Reinstate use_unicode constructor parameter, but mark it as deprecated #142

Closed smcv closed 3 years ago

smcv commented 3 years ago

This allows existing projects such as sonata and beets to work with version 2, with appropriate deprecation warnings.


If git master is meant to be leading to a version 3 that drops deprecated stuff, it might be more appropriate to have a 2.1.0 or 2.0.1 release from a branch with this, and then revert it on master.

Mic92 commented 3 years ago

I am going to backport this to 2.0.1

Mic92 commented 3 years ago

2.0.1 was released.