mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-10 09:49:20 +01:00
python3 "workaround" for the quite fragile code in RawCmdln._help_preprocess: It depends on the "non-deterministic" order of preprocessor.items(). Hence, the results may differ on python2 and python3. The real fix is probably to enforce a fixed iteration order. See also the discussion in [1]. [1] https://github.com/openSUSE/osc/pull/604