| Python 3: Fix the __future__ line Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 |
| Python 3: Fix the __future__ line Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 |
| Python 3: Fixes dictionary iteration methods Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 |
| Python 3: Fix the __future__ line Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 |
| Python 3: Fix the __future__ line Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 |
| Python 3: division fixer from __future__ import division was added into all modules that use the division operator, so that the / operator to behave the same in Python 2 as it does in Python 3. Changed / to //, if the operator should be changed to //. Signed-off-by: Haotong Chen <hachen@redhat.com> | 8 年前 |
| Python 3: Fix the __future__ line Signed-off-by: Junxiang Li <junli@redhat.com> | 8 年前 |