commit | 4ae6faed9f618c53c42816e868c4cb7194cd045f | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Thu May 30 17:15:25 2002 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Thu May 30 17:15:25 2002 +0000 |
tree | 88aa59f90bd73551bc2cf22139817da4036bc029 | |
parent | 40b7703f1c65f58f854f3e1b81203ba71ed45df4 [diff] |
Cover a few corners in the 'U' mode integration to make imp work. get_file() must convert 'U' to "r" PY_STDIOTEXTMODE before calling fopen(). imp_load_module() must accept 'r' or 'U' or something with '+'. Also reflow some long lines.