Changes between Version 299 and Version 300 of WikiStart
- Timestamp:
- 04/26/22 14:41:59 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v299 v300 123 123 Twisted is an event-driven networking engine written in Python and licensed under the open source [https://www.opensource.org/licenses/mit-license.php MIT license]. It supports CPython 3.6+ and PyPy3. 124 124 125 * [https://github.com/twisted/twisted/releases/tag/twisted-22. 1.0 Twisted 22.1.0 was the last version with Python 3.6 and PyPy3.6 support]125 * [https://github.com/twisted/twisted/releases/tag/twisted-22.4.0 Twisted 22.4.0 was the last version with Python 3.6 and PyPy3.6 support] 126 126 * [https://github.com/twisted/twisted/releases/tag/twisted-21.2.0 Twisted 21.2.0 was the last version with Python 3.5 support] 127 127 * [https://labs.twistedmatrix.com/2020/03/twisted-drops-python-27-support.html Twisted 20.3.0 was the last version with Python 2.7 and PyPy2 support].