[issue15088] PyGen_NeedsFinalizing is public, but undocumented
Nathan Housel added the comment: Please correct me if I'm wrong, but I think PyGen_NeedsFinalizing should not be an API function because it is only used, nor _PyGen_FetchStopIterationValue. In the attached patch I've removed PyGen_NeedsFinalizing and _PyGen_FetchStopIterationVal
[issue1722] Undocumented urllib functions
Nathan Housel added the comment: This has been fixed in trunk, the split* methods have documentation and appear in the module docs. See: >>> help('urllib') -- nosy: +plasticgap ___ Python tracker <http://bug