[issue15088] PyGen_NeedsFinalizing is public, but undocumented

2013-04-30 Thread Nathan Housel
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

2013-04-28 Thread Nathan Housel
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