Paul Moore wrote:
It's also worth noting that the obvious response "but I don't want to have to run a preprocessor against my code" is another indication that this isn't solving a significant enough problem to warrant a language change.
There are valid reasons for disliking preprocessors other than "I can't be bothered running it". For example, errors tend to get reported with reference to the post-processed code rather than the original source, making debugging difficult. -- Greg _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
