Message117652
As per Antoine's comment on #9873, requiring a real string via isinstance(source, str) to trigger the string IO version is likely to be cleaner than attempting to duck-type this. Strings are an area where we make so many assumptions about the way their internals work that duck-typing generally isn't all that effective. |
|
| Date |
User |
Action |
Args |
| 2010-09-29 20:46:43 | ncoghlan | set | recipients:
+ ncoghlan, vstinner, michael.foord, meador.inge |
| 2010-09-29 20:46:43 | ncoghlan | set | messageid: <[email protected]> |
| 2010-09-29 20:46:41 | ncoghlan | link | issue9969 messages |
| 2010-09-29 20:46:41 | ncoghlan | create | |
|