Code.preferred_encoder/decoder should return the objects, not their names

Issue #29 resolved
Johan Rosenkilde created an issue

It makes a lot more sense that C.preferred_encoder() gives me an encoder object, and not the name of an encoder. In almost all uses, otherwise, the user would have to write C.encoder(C.preferred_encoder()).

Comments (1)

  1. Log in to comment