The entire [`unicodedata`](https://docs.python.org/3.7/library/unicodedata.html) module is missing; this includes one of the most useful functions in this module, [`unicodedata.normalize()`](https://docs.python.org/3.7/library/unicodedata.html#unicodedata.normalize). This function can be substituted with the ES6's [`String.prototype.normalize()`](http://www.ecma-international.org/ecma-262/6.0/#sec-string.prototype.normalize), if partial module definitions are okay.