From da5ed2fe499399c4c55771eea2d0db9117bf3fac 2019-02-21 13:05:06 From: Luciana da Costa Marques Date: 2019-02-21 13:05:06 Subject: [PATCH] Add #11583 description on docs/source/whatsnew/pr --- 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