]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Sep 2010 18:54:56 +0000 (18:54 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Sep 2010 18:54:56 +0000 (18:54 +0000)
commitfce7fd6426519a2897330c03da7eb889232bf681
treeafe2ba5ce7020f102d7c5b5e568643b2e76199ad
parentb0fa831d1e073624d28aa403496f122e2f35697a
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).
Doc/library/sys.rst
Include/unicodeobject.h
Lib/site.py
Lib/test/test_site.py
Misc/NEWS
Misc/cheatsheet
Objects/unicodeobject.c
Python/sysmodule.c