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 jbradberry
Recipients benjamin.peterson, jbradberry, r.david.murray
Date 2009-09-17.06:04:20
SpamBayes Score 0.00075742067
Marked as misclassified No
Message-id <1253167464.0.0.197830525262.issue6300@psf.upfronthosting.co.za>
In-reply-to
Content
As it turns out, someone had previously made this adjustment to str()
and unicode().  My updated patch adds this behavior to unicode.decode
and unicode.encode, adds a couple of tests to test_unicode.py, and
updates the documentation to show that these functions (and str.format,
which had failed to be noted as taking them) now take keyword arguments.
History
Date User Action Args
2009-09-17 06:04:24jbradberrysetrecipients: + jbradberry, benjamin.peterson, r.david.murray
2009-09-17 06:04:24jbradberrysetmessageid: <1253167464.0.0.197830525262.issue6300@psf.upfronthosting.co.za>
2009-09-17 06:04:22jbradberrylinkissue6300 messages
2009-09-17 06:04:22jbradberrycreate