sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

datime init error #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following line :

print(datetime.date(2013, 2 , 18))

ouputs :
function (){return new $Date(arguments)} 

To get the right output, I have to write the following line :

print(datetime.date()(2013, 2 , 18))

Original issue reported on code.google.com by d...@famillepinault.fr on 19 Feb 2013 at 8:38

GoogleCodeExporter commented 9 years ago
Merci Nicolas,

Fixed in revision 543

Original comment by pierre.q...@gmail.com on 22 Feb 2013 at 10:35