[issue7000] optional second argument of string.capwords not documented

2009-09-26 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed in r75070 (trunk), r75071 (release26-maint), r75074 (py3k), r75075 (release31-maint), thanks! -- resolution: accepted -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue7000] optional second argument of string.capwords not documented

2009-09-25 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: georg.brandl -> ezio.melotti nosy: +ezio.melotti priority: -> low resolution: -> accepted title: optional second argument of string.keywords not documented -> optional second argument of string.capwords not documented ___