Edgewall Software

Opened 10 years ago

Last modified 10 years ago

#11787 closed enhancement

Replace uses of "file" with "open" — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.0.3
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Python 3 does not have a built-in file() function, and even Python 2 recommends using open() rather than file(). It should be simple to replace uses of file() with open().

Change History (0)

Note: See TracTickets for help on using tickets.