Fix possible NameError in dput.dsc.Dsc.__init__
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Fix possible NameError in dput.dsc.Dsc.__init__
Philippe Pepiot
requested to merge
philpep-guest/dput-ng:drop-py2-file-builtin
into
master
Aug 04, 2021
Overview
2
Commits
1
Pipelines
2
Changes
1
Builtin file() is gone in py3, it was just an alias to open().
Merge request reports
Loading