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 pitrou
Recipients christoph, ezio.melotti, gvanrossum, lemburg, markon, nickd, nnorwitz, pitrou, r.david.murray, rhettinger, twb
Date 2009-09-29.10:34:25
SpamBayes Score 8.527715e-05
Marked as misclassified No
Message-id <1254220122.5445.6.camel@localhost>
In-reply-to <1254219647.05.0.244296326279.issue7008@psf.upfronthosting.co.za>
Content
> This algorithm should be implemented anyway, to properly solve
> issue6412.

Sure, but it should be another function, which might have its place in
the wordwrap module.

capwords() itself could be deprecated, since it's an obvious one-liner.
Replacing in with another method, however, will just confuse and annoy
existing users.
History
Date User Action Args
2009-09-29 10:34:26pitrousetrecipients: + pitrou, lemburg, gvanrossum, nnorwitz, rhettinger, christoph, ezio.melotti, r.david.murray, markon, twb, nickd
2009-09-29 10:34:25pitroulinkissue7008 messages
2009-09-29 10:34:25pitroucreate