I like the idea of using a dictionary as a solution to the problem.
The reason you are not seeing the nested loop run twice is because of the
following:
>>> fd = file("C:\\defragreport.txt")
>>> fd.readlines()
['11/29/2005\n', '\n', '10:32:32 PM\n', '\n', 'Drive C: Defrag completed
successfull
Hi Brian,
Any progress on the ClrModule :) If you give me some pointers or a partial
implementation, maybe I can get something finished? I am sure there are others
with the same thoughts...
I currently develop a Python application and need .NET 2.0 integration. Fully
migrating to IronPython do