[Patches] [ python-Patches-1047577 ] typo in liblocale.tex

SourceForge.net noreply at sourceforge.net
Sun Oct 17 18:46:53 CEST 2004


Patches item #1047577, was opened at 2004-10-15 01:51
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1047577&group_id=5470

Category: Documentation
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: George Yoshida (quiver)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: typo in liblocale.tex

Initial Comment:
Quote from the example of locale library.
 6.26 locale -- Internationalization services
 http://docs.python.org/lib/module-locale.html

>>> loc = locale.setlocale(locale.LC_ALL) # get current 
locale
>>> locale.setlocale(locale.LC_ALL, 'de_DE') # ...

The first line should read  ::

>>> loc = locale.getlocale(locale.LC_ALL) # get current 
locale

I mean, s/set/get.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2004-10-17 12:46

Message:
Logged In: YES 
user_id=33168

Checked in as:
 * Doc/lib/liblocale.tex 1.39
 * Doc/lib/liblocale.tex 1.33.10.3

Thanks!

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1047577&group_id=5470


More information about the Patches mailing list