minor bug in lib/rltempfile.py

22 views
Skip to first unread message

Max R

unread,
Aug 28, 2026, 5:18:10 PM (7 days ago) Aug 28
to reportlab-users
Hello, I am coming from https://github.com/python/typeshed/pull/16311

We believe there is a minor bug in https://hg.reportlab.com/hg-public/reportlab/file/tip/src/reportlab/lib/rltempfile.py#l15

__all__ = ('get_rl_tempdir', 'get_rl_tempdir')

See that get_rl_tempdir is listed twice. Instead, it should be

__all__ = ('get_rl_tempdir', 'get_rl_tempfile')

Happy to help contribute a fix

Thank you
Reply all
Reply to author
Forward
0 new messages