Skip to main content

Make asynchat available for Python 3.12 onwards

Reason this release was yanked:

Fix version matching in distributed wheel

Project description

No Maintenance Intended

Purpose

This package contains the asynchat module as found in Python versions prior to 3.12. It is provided so that existing code relying on import asynchat 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 asynchat.py used is the last update before the addition of removal warnings at import time, and is identical to the version provided with Python 3.9.

Please note that new projects should prefer asyncio.

Installation and usage

This version of asynchat 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 asynchat will be used in its place.

Install the module using pip:

python -m pip install pyasynchat

Note that the PyPi module is named pyasynchat because creating modules with the same name as those provided by the standard library is not permitted. Usage is still via import asynchat.

Note also that this module relies on asyncore, and so also includes that module. See pyasyncore if only asyncore is required.

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 asynchat.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

pyasynchat-1.0.0.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

pyasynchat-1.0.0-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3

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