"docs_zh-CN/vscode:/vscode.git/clone" did not exist on "fef04cc4095da292468006af9fd29adcad4d52cb"
  • Abdullah Alrasheed's avatar
    Bug fix: change dict.iteritems() to dict.items() · e2ea9eb4
    Abdullah Alrasheed authored
    `iteritems()` was removed from python3. `items()` does the same functionality so changing it will work in both python2 and python3. The only difference as far as I know is `iteritems()` returns a generator where `items` returns a list. But for this this code it will not make any difference where we are just changing the key of the dict to a string.
    e2ea9eb4
model_lib.py 29.9 KB