In article <mailman.511.1365758300.3114.python-l...@python.org>,
 Rob Schneider <rmsc...@gmail.com> wrote:

>     f.close

Well, there's your problem.  You're not calling close.  You forgot the 
()'s after the function name!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to