Pierre Merienne

Results 3 comments of Pierre Merienne

This issue seems to come from `uri_parsing.py` : ``` def _make_deep_object(self, k, v): """ consumes keys, value pairs like (a[foo][bar], "baz") returns (a, {"foo": {"bar": "baz"}}}, is_deep_object) """ root_key =...

I have the same issue with version 1.2.2.

I have looked a bit at the source code and it seems the documentation is misleading. Raw use should be written like that : ```python import datetime from freezegun import...