![](https://secure.gravatar.com/avatar/ecc9bee2b1efd190a4d9cb6f55d28a96.jpg?s=120&d=mm&r=g)
Oct. 31, 2001
6:19 p.m.
Jack wrote:
- Python code can pass a new "t" mode parameter to open() which reads files with any newline convention. "t" cannot be combined with any other mode flags like "w" or "+", for obvious reasons.
so "t" can be both a mode (like "r" and "w") and a mode modifier (like "t" and "b")? could be confusing. </F>