"""Test Pylint's use of __all__. * NonExistant is not defined in this module, and it is listed in __all__. An error is expected. * This module imports path and republished it in __all__. No errors are expected. """ from os import path __all__ = [ 'Dummy', 'NonExistant', 'path',] class Dummy: """A class defined in this module.""" | |
| priority | normal |
|---|---|
| type | bug |
| appeared in | <not specified> |
| done in | 0.25.2 |
| load | 0.300 |
| load left | 0.300 |
| closed by | <not specified> |


#4683 Non-ASCII characters count double if utf8 encode