[obs-commits] [openSUSE/osc] b9adde: Rename SafeConfigParser to ConfigParser
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: b9adde96b6ebf8e25456f5bf83f99ba5711f7d5b https://github.com/openSUSE/osc/commit/b9adde96b6ebf8e25456f5bf83f99ba5711f7... Author: Scott Bahling <sbahling@suse.com> Date: 2020-02-07 (Fri, 07 Feb 2020) Changed paths: M osc/OscConfigParser.py Log Message: ----------- Rename SafeConfigParser to ConfigParser configparser.SafeConfigParser has been changed to configparser.ConfigParser upstream in Python 3.2. Warnings are saying that the alias will be removed in future versions. Signed-off-by: Scott Bahling <sbahling@suse.com> Commit: 9b0dcf3535f7b85f07bb6c05a98682635f212f10 https://github.com/openSUSE/osc/commit/9b0dcf3535f7b85f07bb6c05a98682635f212... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2020-02-09 (Sun, 09 Feb 2020) Changed paths: M osc/OscConfigParser.py Log Message: ----------- Merge branch 'master' of https://github.com/sbahling/osc Use configparser.ConfigParser instead of configparser.SafeConfigParser, since the latter will be removed in future python versions. No functional changes because SafeConfigParser is a ConfigParser except that its __init__ prints a DeprecationWarning. Compare: https://github.com/openSUSE/osc/compare/32859d6803ef...9b0dcf3535f7
participants (1)
-
Marcus Hüwe