Benjamin Peterson <[email protected]> added the comment: I still have a few things I would like changed:
- Instead of listing which methods take keyword arguments at the top of the section, I would prefer that each used the "versionchanged: 2.7" directive and indicated the added ability to use keyword arguments. - Your tests only cover str.decode and unicode.encode, not vice-versa. - In your tests, there should be a space between the comma in the arguments and the next argument. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6300> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
