<br><br><div><span class="gmail_quote">On 5/15/07, <b class="gmail_sendername">guido.van.rossum</b> &lt;<a href="mailto:python-3000-checkins@python.org">python-3000-checkins@python.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Author: guido.van.rossum<br>Date: Tue May 15 23:42:18 2007<br>New Revision: 55359<br><br>Modified:<br>&nbsp;&nbsp; python/branches/py3k-struni/Lib/test/test_strop.py<br>Log:<br>Make test_strop pass.&nbsp;&nbsp;(But shouldn&#39;t we kill strop?)
</blockquote><div><br>Strop should go when the string module goes.&nbsp; I don&#39;t remember where the last &quot;let&#39;s kill string but what do we do about the few useful things in there&quot; conversation went.<br><br>-Brett
<br><br>&nbsp;<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Modified: python/branches/py3k-struni/Lib/test/test_strop.py<br>==============================================================================
<br>--- python/branches/py3k-struni/Lib/test/test_strop.py&nbsp;&nbsp;(original)<br>+++ python/branches/py3k-struni/Lib/test/test_strop.py&nbsp;&nbsp;Tue May 15 23:42:18 2007<br>@@ -14,7 +14,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.assertRaises(ValueError, strop.maketrans
, &quot;abc&quot;, &quot;xyzq&quot;)<br><br><br>-transtable = &#39;\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 !&quot;#$%&amp;\&#39;()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`xyzdefghijklmnopqrstuvwxyz{|}~\177\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\217\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237\240\241\242\243\244\245\246\247\250\251\252\253\254\255\256\257\260\261\262\263\264\265\266\267\270\271\272\273\274\275\276\277\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377&#39;
<br>+transtable = b&#39;\000\001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 !&quot;#$%&amp;\&#39;()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`xyzdefghijklmnopqrstuvwxyz{|}~\177\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\217\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237\240\241\242\243\244\245\246\247\250\251\252\253\254\255\256\257\260\261\262\263\264\265\266\267\270\271\272\273\274\275\276\277\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377&#39;
<br><br><br> def test_main():<br>_______________________________________________<br>Python-3000-checkins mailing list<br><a href="mailto:Python-3000-checkins@python.org">Python-3000-checkins@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-3000-checkins">
http://mail.python.org/mailman/listinfo/python-3000-checkins</a><br></blockquote></div><br>