Skip to content

Instantly share code, notes, and snippets.

Google Summer of Code'2020

Project - Implement cross version support for python
Mentor - Jannis Leidel(jezdez)

Implement cross version support for Python


The projects aims to bring the support of python3 to the whole mozilla-central codebase and remove the support for python2 since it reached its end of life in January'20. It involves keeping up to date third_party packages so as to improve performance and add support for python3 and rewriting py2 code wherever required.

BUGS

import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.Random;
import java.util.Scanner;
class input {
static Scanner inp;
input() {
inp=new Scanner(System.in);
}