mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
a2fc2a9f41
Problem: Python: popitem() was not defined in a standard way. Solution: Remove the argument from popitem(). (ZyX)