Comment 3 for bug 410164

Revision history for this message
Niels Huylebroeck (red15) wrote :

What is the point of

if not default:
        default = {}
        default = default.copy()

A copy of an empty dictionary ?