[issue45699] AttributeError: 'list' object has no attribute 'find'

2021-11-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> not a bug stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Pyt

[issue45699] AttributeError: 'list' object has no attribute 'find'

2021-11-05 Thread Éric Araujo
Éric Araujo added the comment: Also note that Python 3.6 only receives security updates now. Does your problem still happen with a current version? -- components: -Parser nosy: +eric.araujo status: open -> pending type: behavior -> ___ Python tra

[issue45699] AttributeError: 'list' object has no attribute 'find'

2021-11-03 Thread Alex Waygood
Alex Waygood added the comment: Hi! It's very hard to work out what the problem might be here if you don't show us the code that caused the error. Also, this site is for reporting bugs in the Python programming language itself, and this doesn't look like a bug in Python to me. You might be be

[issue45699] AttributeError: 'list' object has no attribute 'find'

2021-11-03 Thread Kishor Pawar
New submission from Kishor Pawar : ``` Traceback (most recent call last): File "gpgcheck.py", line 33, in if config.get(repoName, 'gpgcheck', fallback='1') != "1": File "/usr/lib64/python3.6/configparser.py", line 802, in get d) File "/usr/lib64/python3.6/configparser.py", line 39