[issue15443] datetime module has no support for nanoseconds

2015-08-07 Thread Tomi Kyöstilä
Changes by Tomi Kyöstilä tomi.kyost...@gmail.com: -- nosy: +tomikyos ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15443 ___ ___ Python-bugs-list

Re: Python Scripts to logon to websites

2006-01-11 Thread Tomi Kyöstilä
BartlebyScrivener wrote: New to Python and Programming. Trying to make scripts that will open sites and automatically log me on. [snip] Does anyone have a simple example of a script that opens, say, gmail or some other commonly accessed site that requires a username and password so that I can

Re: How to print the name of a list?

2005-08-22 Thread Tomi Kyöstilä
[EMAIL PROTECTED] wrote: Hi! I was wondering what can I do to print the name of a list that is inside a list. For example: exported = ['123','456'] imported = ['789','012'] client1 = ['cl1b','cl1a'] client2 = ['cl2a','cl2b'] host = ['imported','exported'] client =

Re: List of strings

2005-08-18 Thread Tomi Kyöstilä
Paul Watson wrote: Mohammed Altaj wrote: Hi All Thanks for your reply , what i am doing is , i am reading from file , using readlines() , I would like to check in these lines , if there is line belong to another one or not , if it is , then i would like to delete it ['0132442\n',

Re: Python Programming Contest: First results

2005-08-03 Thread Tomi Kyöstilä
Brian Quinlan wrote: Brian Quinlan wrote: Tomi Kyöstilä wrote: Why don't I see my solution (__author__ = dOb) in the results? I'm sure that you got it as you replied to my mail. Your solution is now included. See: http://www.sweetapp.com/pycontest/contest1/results.html Good job

Re: Python Programming Contest: First results

2005-08-01 Thread Tomi Kyöstilä
Brian Quinlan wrote: Here are the results for the first problem in the Python Programming Contest. I haven't been able to find as much time as I excepted, so my analysis is not very in depth. You can find the results here: http://www.sweetapp.com/pycontest/contest1/results.html And