Mailing List Archive

[issue1581476] Text search gives bad count if called from variable trace
Martin v. Löwis <martin@v.loewis.de> added the comment:

The patch looks fine, please apply.

We should come up with a deprecation strategy for GlobalCall, though,
since that function is now mostly redundant.

----------
resolution: -> accepted

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue1581476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue1581476] Text search gives bad count if called from variable trace [ In reply to ]
Changes by Martin v. Löwis <martin@v.loewis.de>:


----------
assignee: loewis -> gpolo

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue1581476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue1581476] Text search gives bad count if called from variable trace [ In reply to ]
Guilherme Polo <ggpolo@gmail.com> added the comment:

Uhm, is it fine to remove it for good in 3.1 ? And then add a warning in
2.7 when it gets called which in turns just call Tkapp_Call ?

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue1581476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue1581476] Text search gives bad count if called from variable trace [ In reply to ]
Guilherme Polo <ggpolo@gmail.com> added the comment:

Commited in r69217 (r69219), r69220, r69222, r69223

Martin, I will open another ticket about GlobalCall deprecation, later
today.

----------
resolution: accepted -> fixed
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue1581476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com