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 terry.reedy
Recipients terry.reedy, westley.martinez
Date 2013-09-08.11:54:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378641297.6.0.0370012960112.issue18903@psf.upfronthosting.co.za>
In-reply-to
Content
A possible complication is that at least in part, the same code (AutoComplete.py) is used for both attribute completion and filename completion. Attribute completion is always case sensitive.
History
Date User Action Args
2013-09-08 11:54:57terry.reedysetrecipients: + terry.reedy, westley.martinez
2013-09-08 11:54:57terry.reedysetmessageid: <1378641297.6.0.0370012960112.issue18903@psf.upfronthosting.co.za>
2013-09-08 11:54:57terry.reedylinkissue18903 messages
2013-09-08 11:54:57terry.reedycreate