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 djarb
Recipients benjamin.peterson, djarb, giampaolo.rodola, janssen, josiah.carlson, josiahcarlson
Date 2008-08-01.22:15:28
SpamBayes Score 7.796947e-06
Marked as misclassified No
Message-id <1217628929.76.0.161660026581.issue1563@psf.upfronthosting.co.za>
In-reply-to
Content
> From what I understand, the OP wants to be able to pass unicode strings
> across a network connection.

That's incorrect.

At the time I formulated this patch, asyncore/asynchat were slated for
removal from the standard lib unless somebody stepped up and made it
work correctly after the str/bytes transition. That's what
asyn_py3k.diff and its predecessors do, as well as adding sorely-needed
docstrings to the module. This patch may be a little more complete than
the currently committed code, or it may be largely redundant. The
docstrings, at least, are still needed.

The asyn_py3k_restructured.diff patch is a superset of asyn_py3k.diff,
which additionally removes the "producer" type from the module,
replacing it with iterators. This is controversial, and seems unlikely
to be committed.
History
Date User Action Args
2008-08-01 22:15:29djarbsetrecipients: + djarb, josiahcarlson, janssen, giampaolo.rodola, josiah.carlson, benjamin.peterson
2008-08-01 22:15:29djarbsetmessageid: <1217628929.76.0.161660026581.issue1563@psf.upfronthosting.co.za>
2008-08-01 22:15:29djarblinkissue1563 messages
2008-08-01 22:15:28djarbcreate