Message 130558 - Python tracker

Message130558

Author orsenthil
Recipients docs@python, orsenthil, sandro.tosi, techtonik
Date 2011-03-11.10:55:17
SpamBayes Score 0.0004818482
Marked as misclassified No
Message-id <20110311105509.GC2374@kevin>
In-reply-to <1299837198.67.0.568132173375.issue11009@psf.upfronthosting.co.za>
Content
Sandro, I don't think is a required. Those functions serve the purpose
of making the module code modular. They are helper functions for the
module and are not really useful outside of it, when used standalone.
Think about , splituser, splitpath, splitport etc etc. 
I think, it is best that they remain as such, undocumented.
History
Date User Action Args
2011-03-11 10:55:18orsenthilsetrecipients: + orsenthil, techtonik, sandro.tosi, docs@python
2011-03-11 10:55:17orsenthillinkissue11009 messages
2011-03-11 10:55:17orsenthilcreate