nbdev-stdlib 0.0.2242__tar.gz → 0.0.2265__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.2242
3
+ Version: 0.0.2265
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
@@ -6117,7 +6117,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
6117
6117
  'xml.dom.pulldom.DOMEventStream.expandNode': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.expandNode',
6118
6118
  'xml.dom.pulldom.DOMEventStream.getEvent': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.getEvent',
6119
6119
  'xml.dom.pulldom.DOMEventStream.reset': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.DOMEventStream.reset',
6120
- 'xml.dom.pulldom.PullDom': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.PullDom',
6120
+ 'xml.dom.pulldom.PullDOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.PullDOM',
6121
6121
  'xml.dom.pulldom.SAX2DOM': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.SAX2DOM',
6122
6122
  'xml.dom.pulldom.parse': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parse',
6123
6123
  'xml.dom.pulldom.parseString': 'https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parseString'},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2242
3
+ Version: 0.0.2265
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.2242
11
+ version = 0.0.2265
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes