Steve Dower <steve.do...@python.org> added the comment:

The problem is that if we add lots of new constants in 3.7.3, code written in 
that version very easily becomes incompatible with 3.7.2 and earlier. So we 
don't like making changes like that.

If we know which ones are "normally" defined on Linux machines, where 
specifying them on Windows will make it just work, then I'd just add those ones.

Anything that is Windows-specific (if any?) or that may cause applications to 
break if they're testing for the constant but it doesn't work smoothly should 
not go back to 3.7.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29515>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to