CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/06/11 21:08:31
Modified files:
net/nyx : Makefile
Added files:
net/nyx/patches: patch-nyx_panel___init___py
patch-test___init___py
Log message:
nyx: some python 3.11 fixes
Some key presses could crash the program since the deprecated getargspec
was removed from Python 3.11. Use getfullargspec instead.
reported and tested by Nathan on bugs
ok pascal (maintainer)
