Hi,
I've a bug in my code and I'm trying de reproduce it.
To trace the bug I print arguments, and it produces this:
{'date': }
My question is: what is: ?
I use mx.DateTime put if I print it I get:
So what kind of object is ?
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Le 29/10/2010 13:41, Adam Tauno Williams a écrit :
So what kind of object is ?
In this case it is clearly mx.DateTime.DateTime.
__repr__ and __str__ may produce different representations;
Thanks a lot, in fact it is DateTime from xmlrpclib but your post really
helped me to find it.
--
htt
Hi,
I've a project with tabs and spaces mixed (yes I know it's bad).
I edit each file to remove tabs, but it's so easy to make a mistake.
Do you know a tools to compare the initial file with the cleaned one to
know if the algorithms are the same ?
By comparing pyc files for example.
Thanks.
-
Le 31/10/2010 13:10, Martin v. Loewis a écrit :
I've a project with tabs and spaces mixed (yes I know it's bad).
I edit each file to remove tabs, but it's so easy to make a mistake.
Do you know a tools to compare the initial file with the cleaned one to
know if the algorithms are the same ?
To
http://www.cityfremontof.com
--
http://mail.python.org/mailman/listinfo/python-list