nbdev-stdlib 0.0.2342__tar.gz → 0.0.2362__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.2342
3
+ Version: 0.0.2362
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
@@ -2238,6 +2238,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
2238
2238
  'enum.ReprEnum': 'https://docs.python.org/3/library/enum.html#enum.ReprEnum',
2239
2239
  'enum.StrEnum': 'https://docs.python.org/3/library/enum.html#enum.StrEnum',
2240
2240
  'enum.auto': 'https://docs.python.org/3/library/enum.html#enum.auto',
2241
+ 'enum.bin': 'https://docs.python.org/3/library/enum.html#enum.bin',
2241
2242
  'enum.global_enum': 'https://docs.python.org/3/library/enum.html#enum.global_enum',
2242
2243
  'enum.member': 'https://docs.python.org/3/library/enum.html#enum.member',
2243
2244
  'enum.nonmember': 'https://docs.python.org/3/library/enum.html#enum.nonmember',
@@ -4967,6 +4968,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
4967
4968
  'test.support.get_attribute': 'https://docs.python.org/3/library/test.html#test.support.get_attribute',
4968
4969
  'test.support.get_original_stdout': 'https://docs.python.org/3/library/test.html#test.support.get_original_stdout',
4969
4970
  'test.support.get_pagesize': 'https://docs.python.org/3/library/test.html#test.support.get_pagesize',
4971
+ 'test.support.get_resource_value': 'https://docs.python.org/3/library/test.html#test.support.get_resource_value',
4970
4972
  'test.support.impl_detail': 'https://docs.python.org/3/library/test.html#test.support.impl_detail',
4971
4973
  'test.support.import_helper': 'https://docs.python.org/3/library/test.html#module-test.support.import_helper',
4972
4974
  '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.2342
3
+ Version: 0.0.2362
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.2342
11
+ version = 0.0.2362
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes