Joan Tomas (Tommy) Pujol Muñoz <to...@pujol.cf> added the comment:

The python file.
It works in Linux (Ubuntu) but not in Windows; at least for me.
The output error is : 
Traceback (most recent call last):
  File "pySelf.py", line 8, in <module>
    print(Person.__init__("Some","One",21,"American"))
TypeError: __init__() missing 1 required positional argument: 'nationality'

----------
Added file: https://bugs.python.org/file48257/pySelf.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36574>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to