From cd87bba4df6c804761e407d25e60e2ca72f18150 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 1 Sep 2010 18:57:02 +0000 Subject: [PATCH] Blocked revisions 84397 via svnmerge ........ r84397 | antoine.pitrou | 2010-09-01 20:54:56 +0200 (mer., 01 sept. 2010) | 5 lines 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). ........ -- 2.50.1