XZise added a comment. Hmm I don't really understand why this is only just happening. The line in api.py was actually changed in https://phabricator.wikimedia.org/rPWBC06925875262d36f81715184ca6b36af8caa7dab3 and that was due to Page instances now inside the parameters since https://phabricator.wikimedia.org/rPWBCb44e59ae60a65bcba0e5fbc6d1941f1edcdc640c. And the 2.0 branch does contain neither of them and shouldn't experience that problem then.
Before https://phabricator.wikimedia.org/rPWBCb44e59ae60a65bcba0e5fbc6d1941f1edcdc640c the title of the Page was usually used and in some cases it was encoded but not using the console encoding but the server encoding which is usually UTF-8 and therefore works. If it wasn't encoded it would use `__repr__` but of a unicode it is save. TASK DETAIL https://phabricator.wikimedia.org/T107428 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: XZise Cc: XZise, jayvdb, Aklapper, Xqt, pywikibot-bugs-list, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
