Changeset 391 for python/trunk/Lib/test/test_mimetools.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_mimetools.py
r2 r391 32 32 for i in xrange(100): 33 33 nb = mimetools.choose_boundary() 34 self.assert _(nb not ins)34 self.assertNotIn(nb, s) 35 35 s.add(nb) 36 36
Note:
See TracChangeset
for help on using the changeset viewer.