File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ History
1919++++++++++++++++++
2020
2121* IMPORTANT: Previously, the pure Python reader would allow
22- `ipaddress.IPv4Address ` and `ipaddress.IPv6Address ` objects when calling
23- `.get() `. This would fail with the C extension. The fact that these objects
22+ `` ipaddress.IPv4Address `` and `` ipaddress.IPv6Address ` ` objects when calling
23+ `` .get() ` `. This would fail with the C extension. The fact that these objects
2424 worked at all was an implementation detail and has varied with different
2525 releases. This release makes the pure Python implementation consistent
26- with the extension. A `TypeError ` will now be thrown if you attempt to
26+ with the extension. A `` TypeError ` ` will now be thrown if you attempt to
2727 use these types with either the pure Python implementation or the
28- extension. The IP address passed to `.get() ` should be a string type.
28+ extension. The IP address passed to `` .get() ` ` should be a string type.
2929* Fix issue where incorrect size was used when unpacking some types with the
3030 pure Python reader. Reported by Lee Symes. GitHub #30.
3131* You may now pass in the database via a file descriptor rather than a file
You can’t perform that action at this time.
0 commit comments