python-traceback2 1.4.0-5build1 source package in Ubuntu
Changelog
python-traceback2 (1.4.0-5build1) focal; urgency=medium * No-change rebuild to generate dependencies on python2. -- Matthias Klose <email address hidden> Tue, 17 Dec 2019 12:44:35 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- PKG OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-traceback2_1.4.0.orig.tar.xz | 13.0 KiB | 4aca7d8e3c185808ef959a4f05e20bd31d3b14359b438ba50404e6207c95bbc4 |
python-traceback2_1.4.0-5build1.debian.tar.xz | 4.0 KiB | fc3d470a2c625fc5d848211363855eb6c7eba64ee6611e0135b1e092aad0fe5b |
python-traceback2_1.4.0-5build1.dsc | 2.4 KiB | 3ec288ff51861366bb92bfd27b44a5ff92072a30ee8cfea1454f488aa8f3cb0e |
Available diffs
- diff from 1.4.0-5 (in Debian) to 1.4.0-5build1 (339 bytes)
Binary packages built by this source
- python-traceback2: backports of the traceback module - Python 2.7
This package offers a backport of the traceback package to older supported
Pythons. Users would typically do: "import traceback2 as traceback" then use
the module as if it was the system traceback.
.
In Python 2.x, unlike traceback, traceback2 creates unicode output (because it
depends on the linecache2 module).
.
This package contains the Python 2.7 module.
- python3-traceback2: backports of the traceback module - Python 3.x
This package offers a backport of the traceback package to older supported
Pythons. Users would typically do: "import traceback2 as traceback" then use
the module as if it was the system traceback.
.
In Python 2.x, unlike traceback, traceback2 creates unicode output (because it
depends on the linecache2 module).
.
This package contains the Python 3.x module.