python-pyasyncore 1.0.2-0ubuntu1 source package in Ubuntu

Changelog

python-pyasyncore (1.0.2-0ubuntu1) noble; urgency=low

  [ Corey Bryant ]
  * Initial release.

 -- Corey Bryant <email address hidden>  Mon, 27 Nov 2023 08:54:34 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyasyncore_1.0.2.orig.tar.gz 9.4 KiB cce88ad267e3013f43b03ebff8a9e3cd319eb68f95df22beabbf0fffdece996c
python-pyasyncore_1.0.2-0ubuntu1.debian.tar.xz 2.5 KiB dfaa9d02ef51471712aba50238f18dea4081dff325cea5b995105300a8e4f792
python-pyasyncore_1.0.2-0ubuntu1.dsc 2.1 KiB bd8e4b24317320999c729fde98b505260d4038b49be6669dc5f06bbe488dfa97

View changes file

Binary packages built by this source

python3-pyasyncore: asyncore for Python 3.12 onwards

 This package contains the asyncore module as found in Python versions prior to
 3.12. It is provided so that existing code relying on "import asyncore" is
 able to continue being used without significant refactoring.
 .
 The module's source code is taken directly from the Python standard library.
 The specific version of asyncore.py used is the last update before the
 addition of removal warnings at import time, and is essentially equivalent to
 the version provided with Python 3.9.
 .
 Please note that new projects should prefer asyncio.