nbdev-stdlib 0.0.1978__tar.gz → 0.0.1980__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.1978
3
+ Version: 0.0.1980
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -1082,6 +1082,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
1082
1082
  'codecs.lookup_error': 'https://docs.python.org/3/library/codecs.html#codecs.lookup_error',
1083
1083
  'codecs.namereplace_errors': 'https://docs.python.org/3/library/codecs.html#codecs.namereplace_errors',
1084
1084
  'codecs.open': 'https://docs.python.org/3/library/codecs.html#codecs.open',
1085
+ 'codecs.readbuffer_encode': 'https://docs.python.org/3/library/codecs.html#codecs.readbuffer_encode',
1085
1086
  'codecs.register': 'https://docs.python.org/3/library/codecs.html#codecs.register',
1086
1087
  'codecs.register_error': 'https://docs.python.org/3/library/codecs.html#codecs.register_error',
1087
1088
  'codecs.replace_errors': 'https://docs.python.org/3/library/codecs.html#codecs.replace_errors',
@@ -2095,6 +2096,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
2095
2096
  'email.utils.unquote': 'https://docs.python.org/3/library/email.utils.html#email.utils.unquote'},
2096
2097
  'encodings': { 'encodings.idna': 'https://docs.python.org/3/library/codecs.html#module-encodings.idna',
2097
2098
  'encodings.mbcs': 'https://docs.python.org/3/library/codecs.html#module-encodings.mbcs',
2099
+ 'encodings.normalize_encoding': 'https://docs.python.org/3/library/codecs.html#encodings.normalize_encoding',
2100
+ 'encodings.search_function': 'https://docs.python.org/3/library/codecs.html#encodings.search_function',
2098
2101
  'encodings.utf_8_sig': 'https://docs.python.org/3/library/codecs.html#module-encodings.utf_8_sig'},
2099
2102
  'encodings.idna': { 'encodings.idna.ToASCII': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToASCII',
2100
2103
  'encodings.idna.ToUnicode': 'https://docs.python.org/3/library/codecs.html#encodings.idna.ToUnicode',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.1978
3
+ Version: 0.0.1980
4
4
  Summary: nbdev docs lookup for the python standard library
5
5
  Home-page: https://github.com/fastai/nbdev-index/tree/master/
6
6
  Author: Jeremy Howard
@@ -8,7 +8,7 @@ author = Jeremy Howard
8
8
  author_email = info@fast.ai
9
9
  copyright = fast.ai, inc
10
10
  branch = master
11
- version = 0.0.1978
11
+ version = 0.0.1980
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes