Terry J. Reedy <tjre...@udel.edu> added the comment:

I changed the title because 'string' is a module that once contained the 
functions that are now attached to the str class as methods. So 'string.title' 
is an obsolete attribute reference.

----------
nosy: +terry.reedy
title: string.title()  is overzealous by upcasing combining marks 
inappropriately -> str.title()  is overzealous by upcasing combining marks 
inappropriately

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12737>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to