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 brett.cannon
Recipients brett.cannon, guohua
Date 2015-01-22.14:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421937503.5.0.058211829201.issue23300@psf.upfronthosting.co.za>
In-reply-to
Content
That leading underscore in the method name means it is not a public API and thus changes are allowed without any backwards-compatibility guarantees. Mercurial will need to update their code to handle this if they want to continue to use the method.
History
Date User Action Args
2015-01-22 14:38:23brett.cannonsetrecipients: + brett.cannon, guohua
2015-01-22 14:38:23brett.cannonsetmessageid: <1421937503.5.0.058211829201.issue23300@psf.upfronthosting.co.za>
2015-01-22 14:38:23brett.cannonlinkissue23300 messages
2015-01-22 14:38:23brett.cannoncreate