The comment no longer makes sense since the stdlib open() behaves
the way we want on Python 3. So it was removed.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHGa2c59b361e0f: posix: delete Python 2 posixfile()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Please fix the comment to something like: Python 3 file objects set the initial position consistently for append mode and can be used directly or something like that. The current comment doesn't make sense without the context.