Steve Dower added the comment:

That's probably an option, though it would break extensions that use `timezone` 
expecting it to work. But it seems like any change is going to cause that.

I prefer defining _Py_timezone, since at least we can offer something that is 
portable for all Python 3.5 platforms (that support timezones), unlike 
timezone/_timezone (MSVC deprecated `timezone` a few versions ago and has just 
removed it completely, hence the breakage).

----------

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

Reply via email to