K 10 svn:author V 2 db K 8 svn:date V 27 2020-10-11T21:56:33.289798Z K 7 svn:log V 502 Update to v4.8.0 Changelog ========= v4.8.0 (2020-06-13) ------------------- - Support attribute based setters like ``argparse.Namespace`` in ``set_``, ``set_with``, ``update``, and ``update_with``. - Fix exception in ``order_by`` when ``None`` used as a sort key. Thanks elijose55_! - Fix behavior of ``pick_by`` to return the passed in argument when only one argument given. Previously, an empty dictionary was returned. Thanks elijose55_! - Officially support Python 3.8. Reported by: portscout END