| commit | 9cf6d131411f1e9bca2f094137a970b711b664c4 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@haypocalc.com> | Thu May 19 21:42:47 2011 +0200 |
| committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu May 19 21:42:47 2011 +0200 |
| tree | 5ecdeaeb3124d157a04afab8ac6f94764a116383 | |
| parent | 975077a88912d723c7c3277f5abc8b7497f63e2a [diff] |
Issue #12112: fix the encoding of setup.py in the packaging module * read: use tokenize.detect_encoding() * write: use 'utf-8'