From cdf53bd05b7adc6be398ff5b6c776ca8e40a9964 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 11 Jun 2010 23:49:41 +0000 Subject: [PATCH] Blocked revisions 81925 via svnmerge ........ r81925 | victor.stinner | 2010-06-12 01:46:47 +0200 (sam., 12 juin 2010) | 4 lines Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. Note: file system encoding cannot be None anymore (since r81190, issue #8610). ........