Would it be possible to get rid of the Dirac modules that "replace" the system modules just with a difference in the fact that names are capitalized...
It is a real pain, for example when the disk on which Dirac is is mounted with case-insensitive namespace...
Very likely most of them should just be removed and replaced by the python native ones (e.g. Time that mainly replaces datetime.py and not time.py)
More generally a review of the obsolete or almost useless modules that may have had an interest with python 2.1 should be made and replaced by the current python native implementation...
Would it be possible to get rid of the Dirac modules that "replace" the system modules just with a difference in the fact that names are capitalized...
It is a real pain, for example when the disk on which Dirac is is mounted with case-insensitive namespace...
Very likely most of them should just be removed and replaced by the python native ones (e.g. Time that mainly replaces datetime.py and not time.py)
More generally a review of the obsolete or almost useless modules that may have had an interest with python 2.1 should be made and replaced by the current python native implementation...