classification
Title: [PATCH] replace last has_key in unittest by in operator
Type: behavior Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, grubert (2)
Priority: Keywords patch

Created on 2008-07-17 07:41 by grubert, last changed 2008-07-18 19:30 by georg.brandl.

Files
File name Uploaded Description Edit Remove
lib_unittest-r65058 grubert, 2008-07-17 07:41 patch
Messages (2)
msg69877 - (view) Author: engelbert gruber (grubert) Date: 2008-07-17 07:41
take the line from python-3
msg69984 - (view) Author: Georg Brandl (georg.brandl) Date: 2008-07-18 19:30
Thanks, committed in r65111.
History
Date User Action Args
2008-07-18 19:30:22georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg69984
nosy: + georg.brandl
2008-07-17 22:15:16pitrousetkeywords: + patch
2008-07-17 07:41:39grubertcreate