Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

My concern is that we will have two functions with non-similar names 
(tokenize() and generate_tokens()) that does virtually the same, but accept 
different types of input (bytes or str), and the single function untokenize() 
that produces different type of result depending on the value of input. This 
doesn't look like a good design to me.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue12486>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to