Christian Heimes wrote: > You are partly right. The documentation needs an update. It should say > "which mist be a list, string, byte sequence or iterable ...".
Apropos documentation the method fromstring and fromunicode should be renamed: fromstring -> frombytes and fromunicode -> fromstring. It may also be a good idea to keep fromunicode() and rename only fromstring. Christian _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
