python-webencodings 0.5.1-4 source package in Ubuntu
Changelog
python-webencodings (0.5.1-4) unstable; urgency=medium * Replace nose with pytest (see: #997758). -- Stefano Rivera <email address hidden> Sun, 24 Oct 2021 15:09:56 -0700
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc | |
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-webencodings_0.5.1-4.dsc | 1.6 KiB | 2ede6dd79f26eb77e76d1855f71342145a7c5592b0f9ce350d98ae9a6da7c79f |
python-webencodings_0.5.1.orig.tar.gz | 9.5 KiB | b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923 |
python-webencodings_0.5.1-4.debian.tar.xz | 3.5 KiB | 9583e1e501b0ff747165486bc8761becd86e0073afa3b8dc7f1df7a63a58e2fe |
Available diffs
- diff from 0.5.1-3 to 0.5.1-4 (776 bytes)
No changes file available.
Binary packages built by this source
- python3-webencodings: Python implementation of the WHATWG Encoding standard
In order to be compatible with legacy web content when interpreting something
like Content-Type: text/html; charset=latin1, tools need to use a particular
set of aliases for encoding labels as well as some overriding rules. For
example, US-ASCII and iso-8859-1 on the web are actually aliases for
windows-1252, and an UTF-8 or UTF-16 BOM takes precedence over any other
encoding declaration. The Encoding standard defines all such details so that
implementations do not have to reverse-engineer each other.
.
This module has encoding labels and BOM detection, but the actual
implementation for encoders and decoders is Python’s.
.
This package provides the module for Python 3.