jayvdb added a comment. In https://phabricator.wikimedia.org/T85053#937672, @Xqt wrote:
> > 'print x' is invalid in py3, and pwb supports py3 > > > That means pwb supports py3 only? Sorry where is this discussed? No, it doesnt mean that. We have regular builds on py2.6 and py2.7 to verify it works correctly. https://travis-ci.org/wikimedia/pywikibot-core/builds https://gerrit.wikimedia.org/r/#/c/173713/ "from __ future __ import print_function" helps identify py3 incompatible code in the library and scripts. TASK DETAIL https://phabricator.wikimedia.org/T85053 REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>. EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, Xqt, valhallasw, jayvdb, pywikipedia-bugs _______________________________________________ Pywikipedia-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs
