Console logging/output for DocXMLRPCServer

2005-07-13 Thread sameer_deshpande
Hello, I have written simple code using DocXMLRPCServer. How do I log method name on the console after invoking registered method on server. On the console it just prints message as [hostname - date/time and POST /RPC2 HTTP/1.0 200 -] code is: from DocXMLRPCServer import DocXMLRPCServer def

Documentation How-to's for cx_Oracle

2005-06-26 Thread sameer_deshpande
Hello, Does anybody have how-to's or good enough detail documentation for cx_Oracle module? Thanks Sameer -- http://mail.python.org/mailman/listinfo/python-list

Re: key - key pairs

2005-06-23 Thread sameer_deshpande
Just an example of dictionary object in python. PythonWin 2.4.1 (#65, Mar 30 2005, 09:33:37) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2004 Mark Hammond ([EMAIL PROTECTED]) - see 'Help/About PythonWin' for further copyright information. d = {} d[key1] = value1 d[key2] =