Make asyncore available for Python 3.12 onwards
Reason this release was yanked:
Fix version matching in distributed wheel
Project description
Purpose
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.
Installation and usage
This version of asyncore is intended for Python 3.12 or later. It can be installed for earlier Python versions, but will have no effect, and the standard library version of asyncore will be used in its place.
Install the module using pip
:
python -m pip install pyasyncore
Note that the PyPi module is named pyasyncore
because creating modules with the same name as those provided by the standard library is not permitted.
Usage is still via import asyncore
.
For guidance about using this module, see the official documentation.
Maintenance
Due to the fact that this module is no-longer supported, no further maintenance of the code in asyncore.py
is intended.
This project is only intended to be updated to make changes or improvements to the module packaging.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pyasyncore-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06ab3e5ae68aaf099b85b22429875c4ec95821436ca074f347744037e85068d1 |
|
MD5 | 38197be2a91caccd2e4d04a8745570c1 |
|
BLAKE2b-256 | b78e83d579acbb8060df10a24219000f1168aeb6e6e6d98346f562f460daee0d |