python-webencodings 0.5.1-1ubuntu1 source package in Ubuntu
Changelog
python-webencodings (0.5.1-1ubuntu1) focal; urgency=medium * Build-depend on python-all. * Use python2 in the autopkg test. -- Matthias Klose <email address hidden> Tue, 14 Jan 2020 12:17:10 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-webencodings_0.5.1.orig.tar.gz | 9.5 KiB | b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923 |
python-webencodings_0.5.1-1ubuntu1.debian.tar.xz | 3.2 KiB | 91addfc5fbbb5577f44d9f101e19dc52c42b3ffc728df729be6914a7748c4776 |
python-webencodings_0.5.1-1ubuntu1.dsc | 2.3 KiB | 2e6222a142b8b1abb6b304845143674adfd8bac19a3ac33142ce34911f786936 |
Available diffs
- diff from 0.5.1-1build1 to 0.5.1-1ubuntu1 (686 bytes)
Binary packages built by this source
- python-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 2.
- 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.