This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Correct a trivial typo introduced by r73238.
Type: compile error Stage:
Components: Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, vshenoy
Priority: normal Keywords: patch

Created on 2009-06-05 15:26 by vshenoy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test__locale_typo_jun_5_2009.patch vshenoy, 2009-06-05 15:26 Patch to correct typo introduced by r73238.
Messages (2)
msg88949 - (view) Author: Vikram U Shenoy (vshenoy) Date: 2009-06-05 15:26
Attached is a patch which should fix the 'too many values to unpack'
error introduced by commit r73238.
msg88988 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-06 05:54
Fixed in r73252.
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50455
2009-06-06 05:54:45georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg88988

resolution: fixed
2009-06-06 05:05:35vshenoysettype: compile error
2009-06-05 15:26:12vshenoycreate