From df3cef9ca63f7e163c51b01becf32113c0d36ef7 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 13 Jun 2018 23:43:38 +0200 Subject: [PATCH] olevba3: fixed #320, chr instead of unichr on python 3 --- oletools/olevba3.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oletools/olevba3.py b/oletools/olevba3.py index 5141cfcf..81c6e474 100644 --- a/oletools/olevba3.py +++ b/oletools/olevba3.py @@ -204,7 +204,8 @@ # 2018-03-19 PL: - removed pyparsing from the thirdparty subfolder # 2018-05-13 v0.53 PL: - added support for Word/PowerPoint 2007+ XML (FlatOPC) # (issue #283) -# 2018-06-12 v0.53.1 MHW: - fixed #322: import reduce from functools +# 2018-06-11 v0.53.1 MHW: - fixed #320: chr instead of unichr on python 3 +# 2018-06-12 MHW: - fixed #322: import reduce from functools __version__ = '0.53.1'