[issue14145] string.rfind() returns AttributeError: 'list' object has no attribute 'rfind'
Griffin Smith
report at bugs.python.org
Tue Feb 28 04:13:03 CET 2012
New submission from Griffin Smith <wildgriffin45 at gmail.com>:
This occurs even when calling methods in modules (such as os.path.splitext), so I know it's not happening due to an error on my part
Win7 SP1
----------
components: Windows
messages: 154529
nosy: glittershark
priority: normal
severity: normal
status: open
title: string.rfind() returns AttributeError: 'list' object has no attribute 'rfind'
type: crash
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14145>
_______________________________________
More information about the Python-bugs-list
mailing list