Message219502
This patch tries to enable mock_Tk.Text._decode to handle the following patterns
insert linestart
insert lineend
insert wordstart
insert wordend
insert +x chars
insert -x chars
These additions are required for testing AutoExpand and are written keeping the same in mind. Also, adds respective tests for test_decode in test_text.py.
I would like to know if my approach is acceptable or whether it needs changes.
issue18292 is about adding unittests for AutoExpand.
(A 2.7 patch will be submitted once the above changes become acceptable) |
|
Date |
User |
Action |
Args |
2014-06-01 14:44:35 | Saimadhav.Heblikar | set | recipients:
+ Saimadhav.Heblikar, terry.reedy, ezio.melotti, jesstess, Todd.Rovito, JayKrish, philwebster |
2014-06-01 14:44:35 | Saimadhav.Heblikar | set | messageid: <1401633875.89.0.576564545302.issue18504@psf.upfronthosting.co.za> |
2014-06-01 14:44:35 | Saimadhav.Heblikar | link | issue18504 messages |
2014-06-01 14:44:35 | Saimadhav.Heblikar | create | |
|