This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, jbradberry, lemburg, r.david.murray
Date 2009-09-17.20:48:47
SpamBayes Score 0.00048175856
Marked as misclassified No
Message-id <1253220529.03.0.669549150289.issue6300@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-17 20:48:49benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, r.david.murray, jbradberry
2009-09-17 20:48:49benjamin.petersonsetmessageid: <1253220529.03.0.669549150289.issue6300@psf.upfronthosting.co.za>
2009-09-17 20:48:47benjamin.petersonlinkissue6300 messages
2009-09-17 20:48:47benjamin.petersoncreate