commit | fce7fd6426519a2897330c03da7eb889232bf681 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 18:54:56 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Sep 01 18:54:56 2010 +0000 |
tree | afe2ba5ce7020f102d7c5b5e568643b2e76199ad | |
parent | b0fa831d1e073624d28aa403496f122e2f35697a [diff] |
Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() are now removed, since their effect was inexistent in 3.x (the default encoding is hardcoded to utf-8 and cannot be changed).