Gary Wilson Jr.
Gary Wilson Jr.
```python >>> rapidjson.dumps({1}, iterable_mode=rapidjson.IM_ANY_ITERABLE) Traceback (most recent call last): File "", line 1, in TypeError: {1} is not JSON serializable ``` ```python >>> rapidjson.__version__ '1.8' ``` Given that documentation states...
Updated spec_url to allow for file in root, without a path prefix, when Configuration path set to None.
Python 3.4 binary and corresponding test command combinations.
``` $ PYTHONPATH=/django /home/vagrant/.virtualenvs/py2.7/bin/python Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pytz Traceback (most recent...
Summary of changes: - Tests refactored to remove duplication and split into two classes (one for threaded distinction and one for non-threaded distinction) for localizing the differences between the behavior...