[Python-projects] misleading message

skip at pobox.com skip at pobox.com
Wed May 24 21:23:13 CEST 2006


When a function that always returns None is assigned to a variable this
message is emitted:

    Assigning to function call which only returns None

I think it might be more clearly worded as:

    Assigning value of function call which only returns None

Skip


More information about the Python-Projects mailing list