XZise added a subscriber: XZise. XZise added a comment. Wow… that is a serious shortcoming on Python 2. That you have to patch your way into using Unicode environment :/ I mean supporting `putenv()` with `unicode` should simply use the Unicode functionality (as described in the blog you mention). Okay `getenv()` is a bit more problematic as it can't simply return `unicode` :(
So I guess we need some logic in `tools` or so which allows us to set and get `unicode` environment variables and use that instead of `os.environ`. TASK DETAIL https://phabricator.wikimedia.org/T96127 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: XZise Cc: XZise, jayvdb, Aklapper, pywikipedia-bugs _______________________________________________ Pywikipedia-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs
