[issue34055] IDLE: erroneous 'smart' indents in shell

Terry J. Reedy report at bugs.python.org
Wed Jan 2 21:59:16 EST 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

On my Macbook with Mohave with installed python.org 3.7.2, compiled against tk 8.6.8, the startup header is
Python 3.7.2 (v3.7.2.9a3ffc0492, Dec 24 ...) [Clang 6.0 .. on Darwin].

Your header is quite different (repository?, tk version?) but the version is the exact same: '3.7.2'.  This should mean that it is a compilation of released 3.7.2 and does not have any post-3.7.2 patches, such as the fix here.  If it did, the version should be '3.7.2+', as it is for my 3.7 compiled today.

Since the problem resulting from a missing closers was fixed on Windows and Ubuntu by the post 3.7.2 patch, I will presume it is fixed on Mac also until presented with clear evidence otherwise.

Tal, does Grant's problem with compiling on Mac look familiar to you?

----------
nosy: +taleinat
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34055>
_______________________________________


More information about the Python-bugs-list mailing list