mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
An update in Python removed a bunch of functions from the string module, including the 'atoi', 'split', and 'rstrip' functions, which syslog-summary uses, causing it to throw an error. The added patch changes these function calls to the appropriate format which should prevent these errors, and removes the 'string' library from the imports. Closes: https://bugs.gentoo.org/962893 Signed-off-by: Vedant Sule <sulevedant@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43796 Signed-off-by: Sam James <sam@gentoo.org>
937 B
937 B