Changeset 391 for python/trunk/Lib/test/test_getargs.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/test_getargs.py
r2 r391 22 22 # PyArg_ParseTuple() implementation. 23 23 def test_with_marshal(self): 24 if not test_support.have_unicode:25 return26 27 24 arg = unicode(r'\222', 'unicode-escape') 28 25 self.assertRaises(UnicodeError, marshal.loads, arg)
Note:
See TracChangeset
for help on using the changeset viewer.