Changes between Version 21 and Version 22 of GSoC/2018/FullSupportPython3


Ignore:
Timestamp:
Jul 29, 2018, 12:28:53 PM (6 years ago)
Author:
sanjeet
Comment:

Week 11 report

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/FullSupportPython3

    v21 v22  
    403403'''Is there any blocking issue?'''\\
    404404  Not at the moment.
     405
     406=== Week 11 ===
     407'''What did I complete this week?'''\\
     408- Replaced instances of old wx.* code with wrapper classes where suitable (https://github.com/sanjeetbhatti/FullSupportPython3/blob/master/grass_trunk/gui/patch_gui.diff)
     409- Fixed forms.py string errors
     410- Added cmp function in utils
     411- Fixed remaining gui command files
     412- Decoded strings where necessary in base.py
     413- Added encoding in gmcd before hashing
     414
     415'''What am I going to achieve for the next week?'''\\
     416- Fix assertion errors
     417- Fix remaining warnings in GUI library
     418- Do testing for GUI
     419- Prepare for evaluation, prepare deliverables
     420
     421'''Is there any blocking issue?'''\\
     422  Not at the moment.