packages/python/python-fields/python310.patch
Alexander Baldeck 257c394be0 * updates & rebuilds for:
* Python 3.10
  * Protobuf 3.19
  * ICU 70.1
  * boost 1.78.0
  * FFMPEG 5.0
2022-01-31 17:18:05 +01:00

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.