Changes between Version 11 and Version 12 of GSoC/2018/FullSupportPython3


Ignore:
Timestamp:
May 27, 2018, 11:46:07 AM (6 years ago)
Author:
sanjeet
Comment:

Added week 2 report

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/FullSupportPython3

    v11 v12  
    7070}}}
    7171{{{#!td
    72 Done
     72Done (Writing new tests pending)
    7373}}}
    7474|-----------------------
     
    253253'''Is there any blocking issue?'''\\
    254254  Not at the moment.
     255
     256=== Week 2 ===
     257'''What did I complete this week?'''\\
     258- Updated the encode and decode function in utils.py to accept the encoding type
     259- Ported functions from 'Script' library to deal with unicode/bytes (https://gist.github.com/sanjeetbhatti/6714dff40b8a0a6d30df25ce9e4faa20)
     260- Tested the changes by running tests (testsuites)
     261- Tested against the python-grass-addon scripts available from here (https://github.com/wenzeslaus/python-grass-addon)
     262
     263'''What am I going to achieve for next week?'''\\
     264- Write more tests for script library to test the changes
     265- Look into the issue of running scripts for Python 3.5 and Python 3.6 (some tests fail on either of the versions)
     266- Port other small libraries and scripts
     267
     268'''Is there any blocking issue?'''\\
     269  Not at the moment.
     270