Path to this page:
Subject: CVS commit: pkgsrc/converters/py-charset-normalizer
From: Adam Ciarcinski
Date: 2024-10-10 11:58:01
Message id: 20241010095801.E4BF3FC7E@cvs.NetBSD.org
Log Message:
py-charset-normalizer: updated to 3.4.0
3.4.0
Added
- Argument `--no-preemptive` in the CLI to prevent the detector to search for hints.
- Support for Python 3.13
Fixed
- Relax the TypeError exception thrown when trying to compare a CharsetMatch \
with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user feedbacks.
- Declared charset in content (preemptive detection) not changed when converting \
to utf-8 bytes.
Files: