[ python-Bugs-998307 ] replace file() with open() in libcvs.tex

SourceForge.net noreply at sourceforge.net
Sat Aug 7 17:12:18 CEST 2004


Bugs item #998307, was opened at 2004-07-26 17:03
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=998307&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 3
Submitted By: Fedor Baart (siggyf)
>Assigned to: A.M. Kuchling (akuchling)
Summary: replace file() with open() in libcvs.tex

Initial Comment:
It was suggested by BDFL that open() should be prefered
above file(). The libcsv.tex documentation uses file()
to open files instead of open(). For the cause of
consistency they should be changed to open(). See lines
317,326 and 335.

----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2004-08-07 11:12

Message:
Logged In: YES 
user_id=11375

Fixed; thanks!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=998307&group_id=5470


More information about the Python-bugs-list mailing list