[Python-checkins] cpython (2.7): this file now has utf-8 chars

benjamin.peterson python-checkins at python.org
Mon May 12 01:18:30 CEST 2014


http://hg.python.org/cpython/rev/7c0b69ebbd95
changeset:   90647:7c0b69ebbd95
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 11 16:16:27 2014 -0700
summary:
  this file now has utf-8 chars

files:
  Lib/test/test_hmac.py |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py
--- a/Lib/test/test_hmac.py
+++ b/Lib/test/test_hmac.py
@@ -1,3 +1,5 @@
+# coding: utf-8
+
 import hmac
 import hashlib
 import unittest

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list