File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RELEASE 4.1.0.devyyyymmdd - Mon, 04 Jul 2020 16:06:40 -0700
1717 methods. This was causing problems in Value.get_text_contents() as
1818 'str' types do not have a decode() method.
1919 - Make sure Value.get_contents() never fails because of decoding errors
20- from trying to decode child nodes binary contents. Modify
21- Value.get_csig() to use get_contents() as basis for csig instead since
22- get_text_contents() is prone to decoding errors, which prevented Value
23- nodes from being used as targets in some cases.
24-
20+ from trying to decode child nodes binary contents.
21+ - Make Value.get_csig() use children csigs instead of content for
22+ efficiency. Using get_text_contents() is also bad because it is prone
23+ to decoding errors which will prevent Value nodes from being used as
24+ targets in some cases.
2525
2626RELEASE 4.0.0 - Sat, 04 Jul 2020 12:00:27 +0000
2727
You can’t perform that action at this time.
0 commit comments