open vs. open
Skip Montanaro
skip at pobox.com
Thu Nov 1 16:25:46 EST 2001
More information about the Python-list mailing list
Thu Nov 1 16:25:46 EST 2001
- Previous message (by thread): open vs. open
- Next message (by thread): open vs. open
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Armin> Question: is it possible to rename the __builtin__.open call to
Armin> __builtin__.fopen because it does really a fopen library call??
Armin> Or does it break something ??
Any code that calls open(fname) would no longer work. You'd have to replace
it with something else.
--
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/
- Previous message (by thread): open vs. open
- Next message (by thread): open vs. open
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list