Michael Foord <fuzzyman <at> voidspace.org.uk> writes:
> 
> Heh, so we have two different encoding mechanisms both called "default
> encoding". One is always utf-8 in Python 3 and one is platform
> dependent... Great. 

The former is merely internal though. Also, if you grep for the "s#" and "s*"
argument type codes in the Modules directory, you'll see that they don't get a
lot of use in py3k.

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to