Path to this page:
Subject: CVS commit: pkgsrc/converters/py-charset-normalizer
From: Adam Ciarcinski
Date: 2023-07-08 06:35:31
Message id: 20230708043531.389E8FBDB@cvs.NetBSD.org
Log Message:
py-charset-normalizer: updated to 3.2.0
3.2.0
Changed
- Typehint for function `from_path` no longer enforce `PathLike` as its first \
argument
- Minor improvement over the global detection reliability
Added
- Introduce function `is_binary` that relies on main capabilities, and optimized \
to detect binaries
- Propagate `enable_fallback` argument throughout `from_bytes`, `from_path`, and \
`from_fp` that allow a deeper control over the detection (default True)
- Explicit support for Python 3.12
Fixed
- Edge case detection failure where a file would contain 'very-long' camel cased word
Files: