| 355 | === Week 8 === |
| 356 | '''What did I complete this week?'''\\ |
| 357 | - Updated 'pygrass' library (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-pygrass/patch_pygrass.diff) fixed failing errors |
| 358 | - Updated 'pydispatch' to deal with dict iterator (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-pydispatch/patch_pydispatch.diff) |
| 359 | - Fixed 'ctypes' patch (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-ctypes/patch_ctypes_changes_from_fork.diff), was failing to apply |
| 360 | - Fixed import issues in GUI library (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/gui/patch_gui.diff) |
| 361 | - Fixed gconsole, goutput and gcmd errors to run the wxpython4 on Py3 |
| 362 | - Updated all dict iterators (keys, values, items) in GUI library |
| 363 | |
| 364 | '''What am I going to achieve for the next week?'''\\ |
| 365 | - Fix deprecated code in GUI library |
| 366 | - Keep working on ctypes-pygrass-temporal libraries |
| 367 | - Write tests for trunk/scripts |
| 368 | |
| 369 | '''Is there any blocking issue?'''\\ |
| 370 | Not at the moment. |