nbdev-stdlib 0.0.2292__tar.gz → 0.0.2346__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.

Potentially problematic release.


This version of nbdev-stdlib might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2292
3
+ Version: 0.0.2346
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
@@ -4967,6 +4967,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
4967
4967
  'test.support.get_attribute': 'https://docs.python.org/3/library/test.html#test.support.get_attribute',
4968
4968
  'test.support.get_original_stdout': 'https://docs.python.org/3/library/test.html#test.support.get_original_stdout',
4969
4969
  'test.support.get_pagesize': 'https://docs.python.org/3/library/test.html#test.support.get_pagesize',
4970
+ 'test.support.get_resource_value': 'https://docs.python.org/3/library/test.html#test.support.get_resource_value',
4970
4971
  'test.support.impl_detail': 'https://docs.python.org/3/library/test.html#test.support.impl_detail',
4971
4972
  'test.support.import_helper': 'https://docs.python.org/3/library/test.html#module-test.support.import_helper',
4972
4973
  'test.support.is_resource_enabled': 'https://docs.python.org/3/library/test.html#test.support.is_resource_enabled',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2292
3
+ Version: 0.0.2346
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.2292
11
+ version = 0.0.2346
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes