Path to this page:
Subject: CVS commit: pkgsrc/databases/py-multidict
From: Adam Ciarcinski
Date: 2020-01-03 09:32:02
Message id: 20200103083202.D65EEFA97@cvs.NetBSD.org
Log Message:
py-multidict: updated to 4.7.3
4.7.3:
Features
- Implement ``__sizeof__`` function to correctly calculate all internal \
structures size.
- Expose ``getversion()`` function.
Bugfixes
- Fix crashes in ``popone``/``popall`` when default is returned.
Improved Documentation
- Corrected the documentation for ``MultiDict.extend()``
4.7.2:
Bugfixes
- Fix crashing when multidict is used pyinstaller
- Fix typing for `CIMultiDict.copy`
- Fix memory leak in ``MultiDict.copy()``
Files: