Skip to content

Commit

Permalink
olevba3: fixed #320, chr instead of unichr on python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Jun 13, 2018
1 parent aa3ef75 commit df3cef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oletools/olevba3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit df3cef9

Please sign in to comment.