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 terry.reedy
Recipients eric.araujo, fijal, georg.brandl, lemburg, loewis, terry.reedy
Date 2010-08-04.03:47:15
SpamBayes Score 0.00023390632
Marked as misclassified No
Message-id <1280893636.83.0.902502261391.issue3931@psf.upfronthosting.co.za>
In-reply-to
Content
There are numerous undocumented implementation objects that are either private and probably should start with _ but do not, or are semi-private and perhaps left public for the expert user willing to read code. But, being undocumented, it is hard to tell. codecs.charmap_build strikes me as rather private, hence should not be documented. So I would be inclined to close this.
History
Date User Action Args
2010-08-04 03:47:17terry.reedysetrecipients: + terry.reedy, lemburg, loewis, georg.brandl, fijal, eric.araujo
2010-08-04 03:47:16terry.reedysetmessageid: <1280893636.83.0.902502261391.issue3931@psf.upfronthosting.co.za>
2010-08-04 03:47:15terry.reedylinkissue3931 messages
2010-08-04 03:47:15terry.reedycreate