| 309 | === Week 5 === |
| 310 | '''What did I complete this week?'''\\ |
| 311 | - Updated tests for 'trunk/scripts' as per the feedback (https://github.com/sanjeetbhatti/FullSupportPython3/tree/master/grass_trunk/scripts) |
| 312 | - Made changes in the 'ctypes' library to make it compile with Py3 (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-ctypes/patch_ctypes.diff) |
| 313 | - Added another patch for 'ctypes' to include the changes from the latest fork of ctypes (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/lib-python-ctypes/patch_ctypes_changes_from_fork.diff) |
| 314 | - Tested the changes with Python versions 2.7, 3.5 and 3.6 |
| 315 | |
| 316 | '''What am I going to achieve for the next week?'''\\ |
| 317 | - Work on 'pygrass' module |
| 318 | - Compare changes of ctypes compiled version among all 3 versions with and without changes |
| 319 | - Write new tests for some of the remaining scripts in 'trunk/scripts' |
| 320 | |
| 321 | '''Is there any blocking issue?'''\\ |
| 322 | Not at the moment. |
| 323 | |