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 pitrou
Recipients Nick Barnes, ggenellina, lemburg, pitrou, vstinner
Date 2009-05-04.13:17:34
SpamBayes Score 0.018480403
Marked as misclassified No
Message-id <1241443056.15.0.497696988883.issue4426@psf.upfronthosting.co.za>
In-reply-to
Content
A quick comment on the patch: it seems to invert (quite futily I'd say)
the meaning of the arguments given to PyUnicode_EncodeUTF7, which is an
incompatible API change.
I'm in favour of reworking this patch in order to keep the original API.
If I'm not mistaken, it's just a matter of using the boolean complement
of these two arguments (encodeSetO, encodeWhiteSpace) inside the body of
PyUnicode_EncodeUTF7.
History
Date User Action Args
2009-05-04 13:17:36pitrousetrecipients: + pitrou, lemburg, ggenellina, vstinner, Nick Barnes
2009-05-04 13:17:36pitrousetmessageid: <1241443056.15.0.497696988883.issue4426@psf.upfronthosting.co.za>
2009-05-04 13:17:34pitroulinkissue4426 messages
2009-05-04 13:17:34pitroucreate