sanskrit-lexicon / csl-pywork

A template for creating pywork repository for each dictionary.
3 stars 1 forks source link

Python3 compatibility in v02 #4

Closed funderburkjim closed 3 years ago

funderburkjim commented 4 years ago

Let's devote this issue to all the Python programs in csl-pywork/v02.

A list of all these can be obtain by:

cd v02
find . -name '*.py'

These may occur either in

Some of the makotemplates versions have been converted to work in either Python2 or Python3 by @drdhaval2785 .

funderburkjim commented 4 years ago

transcoding.py

This file currently only occurs in distinctfiles/mw/pywork/. It is now Python2/3 compatible. Also, it is now in sync with the version in funderburkjim/sanskrit-transcoding repository. And I think we should maintain this consistency.

drdhaval2785 commented 3 years ago

@funderburkjim, Any python code in use out there which is not python2/3 compliant?

funderburkjim commented 3 years ago

All current production code in csl-pywork is python2/3 compatible, AFAIK.