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 asocia
Recipients asocia, belopolsky, rhettinger, serhiy.storchaka, thatiparthy
Date 2018-12-04.15:27:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543937231.75.0.788709270274.issue35406@psf.upfronthosting.co.za>
In-reply-to
Content
OK now it isn't a problem if we shouldn't use this function directly but how am i going to understand if a function is public API or not? In classes, we are using single or double underscore to indicate that the function or variable we're declaring is intended to be private. Is there anything similar to this for "public API functions" or am I in the wrong way?
History
Date User Action Args
2018-12-04 15:27:11asociasetrecipients: + asocia, rhettinger, belopolsky, serhiy.storchaka, thatiparthy
2018-12-04 15:27:11asociasetmessageid: <1543937231.75.0.788709270274.issue35406@psf.upfronthosting.co.za>
2018-12-04 15:27:11asocialinkissue35406 messages
2018-12-04 15:27:11asociacreate