Nick Coghlan wrote: > Another potential generic function use case that occurred to me is the open() > builtin.
I think this is a great idea. For example, I'd like to use open() to do simple HTTP fetching (for simple GET requests). This would allow for things somewhat similar to PHP's streams API. http://nl.php.net/manual/en/streams.php Regards, Manuzhai _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
