Author: Brian Kearns <[email protected]>
Branch: py3k
Changeset: r62057:3cf5ccae78bf
Date: 2013-03-05 00:40 -0500
http://bitbucket.org/pypy/pypy/changeset/3cf5ccae78bf/
Log: typos
diff --git a/lib-python/3/test/datetimetester.py
b/lib-python/3/test/datetimetester.py
--- a/lib-python/3/test/datetimetester.py
+++ b/lib-python/3/test/datetimetester.py
@@ -3676,7 +3676,7 @@
self.assertEqual(as_datetime, datetime_sc)
self.assertEqual(datetime_sc, as_datetime)
- def test_attributes():
+ def test_attributes(self):
a = datetime.date.today()
with self.assertRaises(AttributeError): a.abc = 1
a = datetime.time()
@@ -3688,7 +3688,7 @@
a = datetime.timedelta()
with self.assertRaises(AttributeError): a.abc = 1
- def test_check_arg_types():
+ def test_check_arg_types(self):
import decimal
class Number:
def __init__(self, value):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit