dill 0.3.8-1 source package in Ubuntu

Changelog

dill (0.3.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Boyuan Yang <email address hidden>  Tue, 30 Jan 2024 13:13:33 -0500

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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dill_0.3.8-1.dsc 1.9 KiB 51b35f8a523cfbdf373b6ccf29e0ffc39998375a92ec8b81b69cbcab2bbc34e2
dill_0.3.8.orig.tar.gz 180.5 KiB 3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca
dill_0.3.8-1.debian.tar.xz 4.8 KiB cc5d30726e0a7bea46f350602eea67c9444d22476ded83ca347dd8ce366bf101

Available diffs

No changes file available.

Binary packages built by this source

python3-dill: Serialize all of Python 3 (almost)

 Dill extends Python 3's 'pickle' module for serializing and
 de-serializing Python 3 objects to the majority of the built-in Python 3 types.
 Dill provides the user the same interface as the 'pickle' module, and also
 includes some additional features. In addition to pickling Python 3 objects,
 dill provides the ability to save the state of an interpreter session in a
 single command.
 Dill can be used to store Python 3 objects to a file, but the primary usage is
 to send Python 3 objects across the network as a byte stream.