[ python-Bugs-998307 ] replace file() with open() in libcvs.tex
SourceForge.net
noreply at sourceforge.net
Mon Jul 26 23:03:36 CEST 2004
Bugs item #998307, was opened at 2004-07-26 23:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Submitted By: Fedor Baart (siggyf)
Assigned to: Nobody/Anonymous (nobody)
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.
----------------------------------------------------------------------
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