archrelease: copy trunk to community-any
[arch-community.git] / python-fields / repos / community-any / python310.patch
blob782545aea4f9fb68122bb21fb85957067ab119cd
1 diff -upr python-fields-5.0.0.orig/README.rst python-fields-5.0.0/README.rst
2 --- python-fields-5.0.0.orig/README.rst 2016-04-13 23:51:23.000000000 +0300
3 +++ python-fields-5.0.0/README.rst 2021-12-02 05:18:29.428981402 +0200
4 @@ -292,7 +292,7 @@ Ugly, inconsistent - you don't own the c
5 >>> MyContainer(field1=1, field2=2)
6 Traceback (most recent call last):
7 ...
8 - TypeError: __init__() ... arguments...
9 + TypeError: ...__init__() ... arguments...
11 This is bananas. You have to write your class *around* these quirks.