Boštjan Mejak <bostjan.me...@gmail.com> added the comment:

Please make the tokenizer surround spaces around operators. So the output
would be like in the example below:

(1 + 2j)

(1 + 2j)

----------
Added file: http://bugs.python.org/file19925/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10562>
_______________________________________
<div>Please make the tokenizer surround spaces around operators. So the output 
would be like in the example below:</div>
<div> </div>
<div>&gt;&gt;&gt; 1 + 2j<br>(1 + 2j)</div>
<div> </div>
<div>Also this:</div>
<div>&gt;&gt;&gt; 1+2j<br>(1 + 2j)</div>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to