Commit df3cef9ca63f7e163c51b01becf32113c0d36ef7
1 parent
aa3ef754
olevba3: fixed #320, chr instead of unichr on python 3
Showing
1 changed file
with
2 additions
and
1 deletions
oletools/olevba3.py
| ... | ... | @@ -204,7 +204,8 @@ from __future__ import print_function |
| 204 | 204 | # 2018-03-19 PL: - removed pyparsing from the thirdparty subfolder |
| 205 | 205 | # 2018-05-13 v0.53 PL: - added support for Word/PowerPoint 2007+ XML (FlatOPC) |
| 206 | 206 | # (issue #283) |
| 207 | -# 2018-06-12 v0.53.1 MHW: - fixed #322: import reduce from functools | |
| 207 | +# 2018-06-11 v0.53.1 MHW: - fixed #320: chr instead of unichr on python 3 | |
| 208 | +# 2018-06-12 MHW: - fixed #322: import reduce from functools | |
| 208 | 209 | |
| 209 | 210 | __version__ = '0.53.1' |
| 210 | 211 | ... | ... |