14
0

- Update to 4.3.2:

* Fix error handling in ProxyBase.__setattr__: any the exception raised by
    PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and ignored. See issue 31.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-07-22 11:22:40 +00:00
committed by Git OBS Bridge
parent a2ffb07d42
commit 038277f06d
5 changed files with 14 additions and 12 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 22 11:19:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.3.2:
* Fix error handling in ProxyBase.__setattr__: any the exception raised by
PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and ignored. See issue 31.
-------------------------------------------------------------------
Fri Apr 5 12:14:55 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>