Tagged Questions
13
votes
5answers
21k views
Function overloading in Python: Missing [closed]
As this says:
http://mail.python.org/pipermail/python-list/2003-May/206149.html
Function overloading is absent in Python.
As far as I feel this a big handicap since its also an OO language. ...