We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760e30b commit 04cf8fcCopy full SHA for 04cf8fc
ChangeLog.rst
@@ -17,6 +17,11 @@ Important changes
17
* ``PackValueError`` and ``PackOverflowError`` are also removed. You need to catch
18
normal ``ValueError`` and ``OverflowError``. (#323, #233)
19
20
+* Unpacker has ``strict_map_key`` option now. When it is true, only bytes and str
21
+ (unicode in Python 2) are allowed for map keys. It is recommended to avoid
22
+ hashdos. Default value of this option is False for backward compatibility reason.
23
+ But it will be changed True in 1.0. (#296, #334)
24
+
25
Other changes
26
-------------
27
0 commit comments