pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
added COMMIT_MSG for completeness...
Module Name: pkgsrc-wip
Committed By: Jan-Hinrich Fessel <oskar%fessel.org@localhost>
Pushed By: oskar
Date: Tue Oct 22 17:38:18 2024 +0200
Changeset: b550c05b8d54cbff1cb4efc96383194690e024ec
Added Files:
py-pyasyncore/COMMIT_MSG
Log Message:
added COMMIT_MSG for completeness...
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b550c05b8d54cbff1cb4efc96383194690e024ec
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pyasyncore/COMMIT_MSG | 12 ++++++++++++
1 file changed, 12 insertions(+)
diffs:
diff --git a/py-pyasyncore/COMMIT_MSG b/py-pyasyncore/COMMIT_MSG
new file mode 100644
index 0000000000..33ceb35ed9
--- /dev/null
+++ b/py-pyasyncore/COMMIT_MSG
@@ -0,0 +1,12 @@
+devel/py-pyasyncore: added pyasyncore 1.0.4
+
+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.
+
+Please note that new projects should prefer asyncio.
+
+The module can be installed for earlier Python versions, but it will have no
+effect, and the standard library version of `asyncore` will be used in its
+place.
Home |
Main Index |
Thread Index |
Old Index