diff options
| author | rmspeers <ryan@riverloopsecurity.com> | 2018-09-20 23:04:22 -0400 |
|---|---|---|
| committer | rmspeers <ryan@riverloopsecurity.com> | 2018-09-20 23:04:22 -0400 |
| commit | 4514350cc363fde103e96cf53576061c116d3b67 (patch) | |
| tree | bd745fe1e482fe7a4ae69cf15b8ac967a19d35c9 /.gitignore | |
| parent | 33528682227836c6375c848bee8c767e42641fd8 (diff) | |
| download | python-magic-4514350cc363fde103e96cf53576061c116d3b67.tar.gz | |
Updated constructor to accept the raw flag and pass it to the underlying library. Helpful for cases where unicode chars exist in match results.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ bin/ deb_dist htmlcov/ lib/ +__pycache__/ python_magic.egg-info pip-selfcheck.json pyvenv.cfg |
