Message32561
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 | brett.cannon |
|---|---|
| Recipients | |
| Date | 2007-07-29.03:24:55 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Since the move over to io.py 'exec' no longer accepts what 'open' returns. Looks like there is a type check in 'exec' for strings, files, or code object, but 'open' returns a TextIOWrapper that fails that typecheck. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 14:58:53 | admin | link | issue1762972 messages |
| 2007-08-23 14:58:53 | admin | create | |