[python-win32] Fwd: adodbapi 2.2.1 (bugfix) release.

2008-09-07 Thread Vernon Cole
[I tried sending this to two lists at once, and it seems to have been rejected by both, so this is a retry. -- VC] I found a bug in adodbapi v2.2 already. When putting data into a numeric database column, if the input was in a string (as for example the value of a wxPython grid cell), then the data

[python-win32] how to obtain list of connected IP/port pairs on user's computer?

2008-09-07 Thread Patrick Li
Hi, I'm interested in writing a function that returns me the list of IP/port that the user's machine is connected to. The most naive way is to run netstat -na on the user's computer and just parse the stdout. Are there libraries I can call to achieve this as opposed to running an external comman