Ticket #5930 enhancement closed fixed
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
Note: See
TracTickets for help on using
tickets.
