On 9/7/2010 10:15 AM, Michael Foord wrote:

Right, and there are other standard library modules (cgi, ftplib,
nntplib, etc) that either need fixing or auditing as to how they handle
bytes / strings.

If you wanted to help with the documentation of the stdlib, one thing that needs to be done is run doctest over the examples. See
http://bugs.python.org/issue9730
for an example where the examples were not properly ported (two 'b' prefixes need to be added). Of course, there are other errors to be found.

More contributions from additional contributors are welcome!

--
Terry Jan Reedy

_______________________________________________
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