This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author glittershark
Recipients glittershark, r.david.murray
Date 2012-02-28.03:57:39
SpamBayes Score 3.3104578e-05
Marked as misclassified No
Message-id <1330401460.36.0.0254554130679.issue14145@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry about the lack of clarity there.

I'm calling os.path.splitext("C:\blah.ext") and trackback is returning an AttributeError: 'list' object has no attribute 'rfind' from within the definition for splitext in the NTPath module.

That's only the specific usage that brought about the error - I'm getting it for all calls to rfind everywhere.

I will admit it's a very strange error - I did some searching around and nobody else is experiencing the bug, so clearly it's a problem with my particular installation of Python. I haven't used any third-party Python extensions, however, and everything seems like it's as vanilla as possible to me.
History
Date User Action Args
2012-02-28 03:57:40glittersharksetrecipients: + glittershark, r.david.murray
2012-02-28 03:57:40glittersharksetmessageid: <1330401460.36.0.0254554130679.issue14145@psf.upfronthosting.co.za>
2012-02-28 03:57:39glittersharklinkissue14145 messages
2012-02-28 03:57:39glittersharkcreate