-
Yuya Nishihara authored
Because QString does not exist in PyQt5, we should use unicode or str. As QString == unicode == str in this context, str is preferred than unicode for easier migration to Python 3.
1f449356c0ea
April 05-07 - Mercurial Paris Conference 2023 - One day of workshop dedicated to Heptapod and Mercurial usage and workflow. There are still places available for both workshops and talks!
Because QString does not exist in PyQt5, we should use unicode or str. As QString == unicode == str in this context, str is preferred than unicode for easier migration to Python 3.