>
> Can you post your patch on bugs.python.org?
>
done -- now both 2.x and 3.x patches are available on
http://bugs.python.org/issue10351
The py3k appeared to be *much* more friendly regarding the unpleasant
unicode-issues that I've faced in python 2.x
regards,
Valery
___
>
> Can you post your patch on bugs.python.org?
>
the site is not working currently.
Also, I have forgotten to mention, that the usual lines in .pythonstartup
should look now like that:
# the usual lines:
import readline
import rlcompleter
readline.parse_and_bind('tab: complete')
readline.parse
On Sun, Nov 7, 2010 at 04:19, Valery Khamenya wrote:
> Hi,
>
> A) I missed the auto-complete feature for dictionary keys a lot in python
> console. This patch seems to do the job.
>
> B) There is no rlcompleter tests in trunk for some reason. So, I've taken
> the 2.7.x test_rlcompleter.py and ext
Hi,
A) I missed the auto-complete feature for dictionary keys a lot in python
console. This patch seems to do the job.
B) There is no rlcompleter tests in trunk for some reason. So, I've taken
the 2.7.x test_rlcompleter.py and extended it.
C) patched rlcompleter as such works OK for unicode dict