Added some more history information

This commit is contained in:
markm 2006-01-20 23:03:31 +00:00
parent 3b03fbec77
commit efe0a5f6ca
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,20 @@
------------------------------------------------
0.1.3 Many many many changes
15-Jan-2006
* Wrote doc strings for all modules, classes and functions
* Ran pychecker and pylint and fixed some errors/warnings
* changed _connect, _start, _window, _control, _write to connect_, start_, window_, connect_, write_ respectively
If you forget to change _window, _connect and _start then you will probably get the following error.
TypeError: '_DynamicAttributes' object is not callable
* pywinauto is now a package name - you need to import it or its modules
* Changes to the code to deal with pywinauto package name
* Fixed searching for windows if a Parent is passed in
* Added Index to retrieved MenuItem dictionary
* Added a check to ensure that a windows Handle is a valid window
(191)
------------------------------------------------
0.1.2 Add Readme and rollup various changes
15-Jan-2006