Mailing List Archive

[ python-Bugs-1767363 ] String.capwords() does not capitalize first word
Bugs item #1767363, was opened at 2007-08-03 15:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1767363&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Saatvik Agarwal (saatvik)
Assigned to: Nobody/Anonymous (nobody)
Summary: String.capwords() does not capitalize first word

Initial Comment:
Perhaps not the right category...nothing major but I noticed that string.capwords does not capitalize the first character of the first word of the string.

Email: legolas@stanford.edu

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1767363&group_id=5470
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[ python-Bugs-1767363 ] String.capwords() does not capitalize first word [ In reply to ]
Bugs item #1767363, was opened at 2007-08-03 15:48
Message generated for change (Settings changed) made by saatvik
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1767363&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.6
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Saatvik Agarwal (saatvik)
Assigned to: Nobody/Anonymous (nobody)
Summary: String.capwords() does not capitalize first word

Initial Comment:
Perhaps not the right category...nothing major but I noticed that string.capwords does not capitalize the first character of the first word of the string.

Email: legolas@stanford.edu

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1767363&group_id=5470
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[ python-Bugs-1767363 ] String.capwords() does not capitalize first word [ In reply to ]
Bugs item #1767363, was opened at 2007-08-03 22:48
Message generated for change (Comment added) made by gbrandl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1767363&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.6
>Status: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Saatvik Agarwal (saatvik)
Assigned to: Nobody/Anonymous (nobody)
Summary: String.capwords() does not capitalize first word

Initial Comment:
Perhaps not the right category...nothing major but I noticed that string.capwords does not capitalize the first character of the first word of the string.

Email: legolas@stanford.edu

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2007-08-04 06:50

Message:
Logged In: YES
user_id=849994
Originator: NO

Note that for byte strings, only letters in [a-z] will be correctly
upcased.
If you want it to handle arbitrary letters correctly, use unicode strings.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1767363&group_id=5470
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com