Jim Jewett wrote: > If code clears an existing dict rather than creating a new one, then > that specific dict is probably a communication channel, and the API > should specify whether it takes bytes or characters.
This suggests it might be simpler to have normal dicts refuse to accept bytes at all, and have another type bytedict for that purpose. -- Greg _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com