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 bethard
Recipients bethard, jens.jaehrig, jpaugh, tshepang
Date 2012-07-22.19:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342987031.06.0.574239492976.issue14910@psf.upfronthosting.co.za>
In-reply-to
Content
I think it makes a lot of sense to allow people to disable abbreviations, so +1 on the feature request.

The patch looked good. There was one typo - using "accept_abbrev" in the docstring instead of "allow_abbrev" as in the implementation, and I fixed that and uploaded a new patch.

To be complete, the patch also needs to add some documentation, edit Misc/NEWS, etc. See:

http://docs.python.org/devguide/patch.html#preparation
History
Date User Action Args
2012-07-22 19:57:11bethardsetrecipients: + bethard, tshepang, jens.jaehrig, jpaugh
2012-07-22 19:57:11bethardsetmessageid: <1342987031.06.0.574239492976.issue14910@psf.upfronthosting.co.za>
2012-07-22 19:57:10bethardlinkissue14910 messages
2012-07-22 19:57:09bethardcreate