"use strict"

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Mon Mar 11 13:45:38 EDT 2019


Greetings,

would it be a good idea to add a use strict in py like js?

recently i was helping someone and that was one annoying part where a typo
in a var name caused an unintended variable to slip in.

maybe something like that

# -*- strict -*-


# -*- explicit -*-

could be used to prevent it

Abdur-Rahmaan Janhangeer
Mauritius



More information about the Python-list mailing list