diff --git a/docs/source/whatsnew/pr/unicode-name-completions.rst b/docs/source/whatsnew/pr/unicode-name-completions.rst new file mode 100644 index 0000000..df57d9e --- /dev/null +++ b/docs/source/whatsnew/pr/unicode-name-completions.rst @@ -0,0 +1,17 @@ +Unicode Name Completions +======================== + +The #11583 Pull Request provides IPython a new feature. + +Previously, we provided completion for a unicode name with its relative symbol. +With this, now IPython provides complete suggestions to unicode name symbols. + +As on the PR, if user types '\LAT', IPython provides a list of +possible completions. In this case, it would be something like: + +('LAT', + ['LATIN CAPITAL LETTER A', + 'LATIN CAPITAL LETTER B', + 'LATIN CAPITAL LETTER C', + 'LATIN CAPITAL LETTER D', +.... \ No newline at end of file