This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients brett.cannon, docs@python, lemburg, ncoghlan, petr.viktorin
Date 2016-10-10.13:08:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476104890.3.0.560027179107.issue28403@psf.upfronthosting.co.za>
In-reply-to
Content
In portingguide [0] I could only recommend sitecustomize with a (possibly third-party) codec that emits warnings; not 'undefined'.

The things that aren't ported yet are generally either Non-Python applications with Python bindings or plugins (Gimp, Samba, ...), projects that are very large relative to the count of available maintainers (VCSs, Sugar, wxPython, ...), or code that depends on those.

If sys.setdefaultencoding('undefined') breaks parts of the standard library, it might be OK for smaller scripts but I fear it won't help big projects much.


[0] http://portingguide.readthedocs.io/en/latest/
History
Date User Action Args
2016-10-10 13:08:10petr.viktorinsetrecipients: + petr.viktorin, lemburg, brett.cannon, ncoghlan, docs@python
2016-10-10 13:08:10petr.viktorinsetmessageid: <1476104890.3.0.560027179107.issue28403@psf.upfronthosting.co.za>
2016-10-10 13:08:10petr.viktorinlinkissue28403 messages
2016-10-10 13:08:10petr.viktorincreate