DateTime object

2010-10-29 Thread jf
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

Re: DateTime object

2010-10-29 Thread jf
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

Compare source code

2010-10-31 Thread jf
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. -

Re: Compare source code

2010-10-31 Thread jf
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

Python solutions for old Police software?

2006-02-20 Thread jf . ff
http://www.cityfremontof.com -- http://mail.python.org/mailman/listinfo/python-list