+2024-04-19 Collin Funk <collin.funk1@gmail.com>
+
+ gnulib-tool.py: Remove some unused instance variables.
+ * pygnulib/GLModuleSystem.py (GLModuleSystem.__init__)
+ (GLModule.__init__): Remove unused 'args' instance variable.
+
2024-04-19 Paul Eggert <eggert@cs.ucla.edu>
fstatat, stat: document macOS st_ino pipe bug
'''Create new GLModuleSystem instance. Some functions use GLFileSystem class
to look up a file in localpath or gnulib directories, or combine it through
'patch' utility.'''
- self.args = dict()
if type(config) is not GLConfig:
raise TypeError('config must be a GLConfig, not %s'
% type(config).__name__)
- name, the name of the module,
- path, the file name of the (possibly patched) module description,
- patched, indicating whether that module description was created by applying a patch.'''
- self.args = dict()
self.cache = dict()
self.content = ''
if type(config) is not GLConfig: