python-fields/python310.patch

13 lines
568 B
Diff

diff -upr python-fields-5.0.0.orig/README.rst python-fields-5.0.0/README.rst
--- python-fields-5.0.0.orig/README.rst 2016-04-13 23:51:23.000000000 +0300
+++ python-fields-5.0.0/README.rst 2021-12-02 05:18:29.428981402 +0200
@@ -292,7 +292,7 @@ Ugly, inconsistent - you don't own the c
>>> MyContainer(field1=1, field2=2)
Traceback (most recent call last):
...
- TypeError: __init__() ... arguments...
+ TypeError: ...__init__() ... arguments...
This is bananas. You have to write your class *around* these quirks.