Ticket #5930 enhancement closed fixed

Opened 10 months ago

Last modified 9 months ago

Making NativeStringIO in twisted.python.compat

Reported by: itamar Owned by:
Priority: normal Milestone: Python 3.3 Minimal
Component: core Keywords:
Cc: Branch:
Author: Launchpad Bug:

Description

In some cases we might want StringIO on Python 3, and BytesIO on Python 2; i.e. a StringIO-alike that accepts native strings. So far we have only one example, so the code is in twisted.python._reflectpy3 (as part of #5913), but if there are more we should add this to twisted.python.compat.

Change History

1

Changed 9 months ago by itamar

  • status changed from new to closed
  • resolution set to fixed

I actually did this in #5932.

Note: See TracTickets for help on using tickets.