diff sat_tmp/twisted/README @ 71:a564fc84d5d0

twisted: added Twisted module for Python 3.8 compatibility: Current Twisted version (19.10.0) is not Python 3.8 compatible, so a twisted directory has been added to fix `twisted.words.xish.domish` and be able to use it with Python 3.8. To be removed once Python 3.8 compatible version of Twisted is published.
author Goffi <goffi@goffi.org>
date Mon, 18 Nov 2019 20:48:45 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sat_tmp/twisted/README	Mon Nov 18 20:48:45 2019 +0100
@@ -0,0 +1,10 @@
+This directory includes modules from Twisted with fixes not yet released.
+
+Note that the LICENSE in this directory apply only to this directory, other files follow
+license specified in their respective directories, or by default in root directory's
+COPYING file.
+
+The files here (except __init__.py) come from Twisted repository
+(https://github.com/twisted/twisted) and are copyrighted to their respective authors.
+
+"__init__.py" is part of sat_tmp and licensed under the same license (see root COPYING).