classification
Title: locale.getdefaultlocale does not return tuple in some OS
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: jiwon, rhettinger
Priority: low Keywords: patch

Created on 2004-10-21 11:23 by jiwon, last changed 2005-01-01 06:12 by rhettinger. This issue is now closed.

Files
File name Uploaded Description Edit
locale.patch jiwon, 2004-10-21 11:23 patch for locale module
Messages (2)
msg47109 - (view) Author: Jiwon Seo (jiwon) * Date: 2004-10-21 11:23
Unconforming to its docstring, _parse_localename does
not return result as tuple in some OSes. Either
document for the function or implementation should be
fixed.
The patch fixes the implementation.
msg47110 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-01-01 06:12
Logged In: YES 
user_id=80475

Applied as Lib/locale.py 1.31 and 1.28.4.1
History
Date User Action Args
2004-10-21 11:23:15jiwoncreate