summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2024-03-28 04:41:21 +0100
committerBruno Haible <bruno@clisp.org>2024-03-28 04:41:21 +0100
commitc34cbc736614154fd03aa670b1cb7c36374960c4 (patch)
treeb576dcfb4caa5a61faf7109ba0d7b63c9336c2b2
parent142fec3cb2dbe1f90bcd7599d7f4bb35caabe1d1 (diff)
downloadgnulib-master.tar.gz
gnulib-master.tar.bz2
gnulib-tool.py: Update the gnulib-tool.py.TODO file.HEADmaster
* gnulib-tool.py.TODO: Add a suggestion by Collin Funk.
-rw-r--r--gnulib-tool.py.TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnulib-tool.py.TODO b/gnulib-tool.py.TODO
index 21a134df50..72de83dfd1 100644
--- a/gnulib-tool.py.TODO
+++ b/gnulib-tool.py.TODO
@@ -12,6 +12,10 @@ Various other refactorings, as deemed useful:
12 - Use an enum for verifier=0,1,2. 12 - Use an enum for verifier=0,1,2.
13 - Use an enum for 'all', 'old', 'new', 'added', 'removed' in GLImport.py. 13 - Use an enum for 'all', 'old', 'new', 'added', 'removed' in GLImport.py.
14 - sp.call(['rm', '-rf' ...]) versus shutil.rmtree ? 14 - sp.call(['rm', '-rf' ...]) versus shutil.rmtree ?
15 - go through all the open() and codecs.open() calls and turn them into
16 with open(file_name, 'r', newline='\n', encoding='utf-8') as file:
17 or
18 with open(file_name, 'w', newline='\n', encoding='utf-8') as file:
15 19
16================================================================================ 20================================================================================
17 21

Return to:

Send suggestions and report system problems to the System administrator.