#1446 update README.rst, createdb.py, dev-data.py for python3
Merged by pingou. Opened by billauger.
billauger/pagure py3_work  into  py3_work

Download 1446.patch

a few things i had to change in the setup scripts that were incompatible with a python v3-only system

'raw_input' was renamed to 'input' in python 3

from https://docs.python.org/3/whatsnew/3.0.html

PEP 3111: raw_input() was renamed to input(). That is, the new input() function reads a line from sys.stdin and returns it with the trailing newline stripped. It raises EOFError if the input is terminated prematurely. To get the old behavior of input(), use eval(input()).

Thanks, I had no ported the createdb or dev-data scripts indeed.

Pull-Request has been merged by pingou

Metadata