Groups
Groups
Sign in
Groups
Groups
reportlab-users
Conversations
About
Send feedback
Help
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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