On 12/11/2013 07:25, alex23 wrote:
On 12/11/2013 2:49 PM, Grant Edwards wrote:
Don't forget that there are also some differences between American and
Imperial whitespace.  Since it's ASCII whitespace, you should probably
assume American...

 >>> sys.getsizeof(' ')
34
 >>> sys.getsizeof(u' ')
52

bad by design

Don't you start :)

--
Python is the second best programming language in the world.
But the best has yet to be invented.  Christian Tismer

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to