ZyX 289a08c539 Replace .replace(' ', NBSP) call with self.escape call
Dividers need to be escaped as well.

Fixes #1027
2014-08-27 23:52:09 +04:00

975 B

 
In [2] bool 42
2> bool(42)
Out[2] True
 
In [3] bool 44
3> bool(44)
Out[3] True
 
In [4] class Test(object):
pass

 
In [5] exit