[issue19521] parallel build race condition on AIX since python-3.2

2014-06-03 Thread Michael Haubenwallner
Michael Haubenwallner added the comment: Patch including configure update now. -- Added file: http://bugs.python.org/file35479/issue19521-parallel-build-race-on-aix.patch ___ Python tracker ___

[issue21654] IDLE call tips emitting future warnings about ElementTree objects

2014-06-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: According to my local copy of the repository, rev88617 2014 Jan 21 removed what I believe was the only line with 'if ob.im_self'. The change may have been in 2.7.5, certainly 2.7.6. I cannot find it in the current code. Please recheck your version; this may ha

[issue21654] IDLE call tips emitting future warnings about ElementTree objects

2014-06-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I guess rev #s are different on different systems. Try d55d1cbf5f9a or revd55d1cbf5f9a -- ___ Python tracker ___ __

[issue21654] IDLE call tips emitting future warnings about ElementTree objects

2014-06-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Line 1.20 in the correct link. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue21654] IDLE call tips emitting future warnings about ElementTree objects

2014-06-03 Thread Raymond Hettinger
Changes by Raymond Hettinger : Added file: http://bugs.python.org/file35480/fix_calltips.py ___ Python tracker ___ ___ Python-bugs-list mailin

[issue21654] IDLE call tips emitting future warnings about ElementTree objects

2014-06-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: I've checked both the recently released 2.7.7 and the current 27 head on the hg repo. They both have the error. A suggested patch is attached. -- ___ Python tracker

<    1   2