Show More
@@ -0,0 +1,17 b'' | |||||
|
1 | Unicode Name Completions | |||
|
2 | ======================== | |||
|
3 | ||||
|
4 | The #11583 Pull Request provides IPython a new feature. | |||
|
5 | ||||
|
6 | Previously, we provided completion for a unicode name with its relative symbol. | |||
|
7 | With this, now IPython provides complete suggestions to unicode name symbols. | |||
|
8 | ||||
|
9 | As on the PR, if user types '\LAT<tab>', IPython provides a list of | |||
|
10 | possible completions. In this case, it would be something like: | |||
|
11 | ||||
|
12 | ('LAT', | |||
|
13 | ['LATIN CAPITAL LETTER A', | |||
|
14 | 'LATIN CAPITAL LETTER B', | |||
|
15 | 'LATIN CAPITAL LETTER C', | |||
|
16 | 'LATIN CAPITAL LETTER D', | |||
|
17 | .... No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now