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 emilyemorehouse
Recipients BreamoreBoy, christian.heimes, docs@python, emilyemorehouse, patrick.vrijlandt
Date 2016-06-02.18:54:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464893645.68.0.444049844146.issue13784@psf.upfronthosting.co.za>
In-reply-to
Content
The reported behavior has been verified -- the documented behavior is indeed incorrect for both Locator.getColumnNumber() and Locator.getLineNumber(). The beginning line and column numbers are returned, not the end.

This has been tested and verified for Python 2.7, Python 3.5.1 and a local build of the current default branch.
History
Date User Action Args
2016-06-02 18:54:05emilyemorehousesetrecipients: + emilyemorehouse, christian.heimes, docs@python, BreamoreBoy, patrick.vrijlandt
2016-06-02 18:54:05emilyemorehousesetmessageid: <1464893645.68.0.444049844146.issue13784@psf.upfronthosting.co.za>
2016-06-02 18:54:05emilyemorehouselinkissue13784 messages
2016-06-02 18:54:05emilyemorehousecreate