Changes between Version 7 and Version 8 of GSoC/2018/FullSupportPython3


Ignore:
Timestamp:
May 20, 2018, 3:16:02 PM (6 years ago)
Author:
sanjeet
Comment:

Added week 1 report

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/FullSupportPython3

    v7 v8  
    244244
    245245== Weekly reports ==
     246=== Week 1 ===
     247'''What did I complete this week?'''\\
     248- Updated the script for redundant lines in the patch submitted for utils.py
     249- Tested the patches on Python versions 2.7.x, 3.5.x and 3.6.x
     250- Read and understood the main differences about Strings, Unicode strings and Byte strings in Python 2 and 3 versions. Wrote some brief differences for quick reference(https://docs.google.com/document/d/18Tvl0vpTSwOfO4xGKXpAo-h6o6WAAZmHX8neYIsHTtA)
     251- Read python's package futurize's documentation for Py2 to Py3 conversion
     252- Updated source code in python lib files  raster (uncommitted, still testing)
     253
     254'''What am I going to achieve for next week?'''\\
     255- Finish porting 'script' library to support Python3
     256- Test the changes for both the versions
     257- Implement any tests required for testing
     258
     259'''Is there any blocking issue?'''\\
     260  Not at the moment.