Issue1047577
Created on 2004-10-15 05:51 by quiver, last changed 2004-10-17 16:46 by nnorwitz.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
liblocale.diff
|
quiver,
2004-10-15 05:51
|
patch against CVS HEAD |
|
|
|
liblocale23.diff
|
quiver,
2004-10-15 05:54
|
patch against release23-maint |
|
|
|
msg47077 - (view) |
Author: George Yoshida (quiver) |
Date: 2004-10-15 05:51 |
|
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.
|
|
msg47078 - (view) |
Author: Neal Norwitz (nnorwitz) |
Date: 2004-10-17 16:46 |
|
Logged In: YES
user_id=33168
Checked in as:
* Doc/lib/liblocale.tex 1.39
* Doc/lib/liblocale.tex 1.33.10.3
Thanks!
|
|
| Date |
User |
Action |
Args |
| 2004-10-15 05:51:36 | quiver | create | |
|