Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T152961 Improve tests suite | |||
Open | None | T186323 Travis and Appveyor: Major improvement to test time | |||
Open | None | T265640 phe-tools: Match&Split bot is not running because of python2 deprecation in pywikibot | |||
Resolved | Xqt | T213287 Drop support of Python 2.7 | |||
Resolved | Xqt | T242120 Python 2 to 3 support request | |||
Resolved | Xqt | T216018 Add python3 support for stewardbots | |||
Declined | None | T216022 Add python3 support for ElectionBot |
Event Timeline
Comment Actions
The source code for this bot is yet not public. We need to make sure no private data is in the python files before publishing it.
Comment Actions
I see. Can you move the private part as constants at the top of the python file and use them inside the script. Then publish the scripts without these parts to be converted. You can add the hidden parts after that.
Or move these parts into a config file and use ConfigParser to read the data. The config file can be kept private.
Comment Actions
I'd love if @Rxy could help me. My Python coding is horrible, and the tools.stewardbots project is a total and absolute mess of files and processes. It looks even gerrit patches reviewed and merged must be manually copied to some hidden folders where the working code is hosted. Madness.