Skip to main content

Make asyncore available for Python 3.12 onwards

Project description

No Maintenance Intended

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

Python Software Foundation License Version 2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyasyncore-1.0.2.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distributions

pyasyncore-1.0.2-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

pyasyncore-1.0.2-py2.py30.py31.py32.py33.py34.py35.py36.py37.py38.py39.py310.py311-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3.0 Python 3.1 Python 3.10 Python 3.11 Python 3.2 Python 3.3 Python 3.4 Python 3.5 Python 3.6 Python 3.7 Python 3.8 Python 3.9

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page