Metadata
- Source
- DECA-290
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2012-07-05T13:07:44.693-0400 - Updated
2012-07-10T13:48:51.114-0400 - Versions
- N/A
- Fixed Versions
-
- 0.6
- Component
-
- Server
Description
the python dictionary has_key method is deprecated and it's uses should be switched to "key in d".
http://docs.python.org/library/stdtypes.html#dict.has_key
Comments
-
Justin Obara commented
2012-07-05T13:15:01.285-0400 Changed has_key to "key in d".
The changes are in my bitbucket repo:
https://bitbucket.org/jobara/decapod-0.6-server-iteration4 -
Justin Obara commented
2012-07-10T13:48:48.288-0400 Merged into the googlecode repo