Skip to content

Commit

Permalink
Update readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrob committed Jan 22, 2024
1 parent 74516a2 commit f87b2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This package contains the [asyncore](https://docs.python.org/3.11/library/asynco
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](https://github.com/python/cpython/blob/c4d45ee670c09d4f6da709df072ec80cb7dfad22/Lib/asyncore.py)<sup id="a1">[[1]](#f1)</sup>.
The specific version of [`asyncore.py`](asyncore/asyncore.py) that is provided is the last update before the addition of deprecation/removal warnings at import time, and is essentially equivalent to [the version bundled with Python 3.9](https://github.com/python/cpython/blob/3.9/Lib/asyncore.py).
The specific version of [`asyncore.py`](https://github.com/simonrob/pyasyncore/blob/master/asyncore/asyncore.py) that is provided is the last update before the addition of deprecation/removal warnings at import time, and is essentially equivalent to [the version bundled with Python 3.9](https://github.com/python/cpython/blob/3.9/Lib/asyncore.py).

Please note that new projects should prefer [asyncio](https://docs.python.org/3/library/asyncio.html).

Expand Down Expand Up @@ -40,7 +40,7 @@ For guidance about using the `asyncore` module, see the [official documentation]


## Maintenance
Due to the fact that this previously built-in module is [no-longer supported](https://peps.python.org/pep-0594/) by the Python core development team, no further maintenance of the code in [`asyncore.py`](https://github.com/simonrob/pyasyncore/blob/master/setup.py) is intended.
Due to the fact that this previously built-in module is [no-longer supported](https://peps.python.org/pep-0594/) by the Python core development team, no further maintenance of the code in [`asyncore.py`](https://github.com/simonrob/pyasyncore/blob/master/asyncore/asyncore.py) is intended.
This project is only intended to be updated to make changes or improvements to the module packaging.


Expand Down

0 comments on commit f87b2c1

Please sign in to comment.