contrib/synthrepo.py
changeset 52656 3e84e001b6c1
parent 52648 abc327f9628b
--- a/contrib/synthrepo.py	Mon Jan 06 01:44:46 2025 -0500
+++ b/contrib/synthrepo.py	Tue Jan 07 17:28:46 2025 -0500
@@ -326,7 +326,7 @@
 
     dictfile = opts.get('dict') or '/usr/share/dict/words'
     try:
-        fp = open(dictfile, 'rU')
+        fp = open(dictfile)
     except OSError as err:
         raise error.Abort('%s: %s' % (dictfile, err.strerror))
     words = fp.read().splitlines()