nbdev-stdlib 0.0.2169__tar.gz → 0.0.2261__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.2169
3
+ Version: 0.0.2261
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
@@ -2010,7 +2010,7 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
2010
2010
  'email.headerregistry.BaseHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader',
2011
2011
  'email.headerregistry.BaseHeader.fold': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.BaseHeader.fold',
2012
2012
  'email.headerregistry.ContentDispositionHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentDispositionHeader',
2013
- 'email.headerregistry.ContentTransferEncoding': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncoding',
2013
+ 'email.headerregistry.ContentTransferEncodingHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTransferEncodingHeader',
2014
2014
  'email.headerregistry.ContentTypeHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.ContentTypeHeader',
2015
2015
  'email.headerregistry.DateHeader': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.DateHeader',
2016
2016
  'email.headerregistry.Group': 'https://docs.python.org/3/library/email.headerregistry.html#email.headerregistry.Group',
@@ -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'},
@@ -6216,6 +6216,8 @@ d = { 'settings': {'lib_path': 'nbdev_stdlib'},
6216
6216
  'xml.parsers.expat.xmlparser.Parse': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.Parse',
6217
6217
  'xml.parsers.expat.xmlparser.ParseFile': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ParseFile',
6218
6218
  'xml.parsers.expat.xmlparser.ProcessingInstructionHandler': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.ProcessingInstructionHandler',
6219
+ 'xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerActivationThreshold',
6220
+ 'xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetAllocTrackerMaximumAmplification',
6219
6221
  'xml.parsers.expat.xmlparser.SetBase': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetBase',
6220
6222
  'xml.parsers.expat.xmlparser.SetParamEntityParsing': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetParamEntityParsing',
6221
6223
  'xml.parsers.expat.xmlparser.SetReparseDeferralEnabled': 'https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.SetReparseDeferralEnabled',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbdev-stdlib
3
- Version: 0.0.2169
3
+ Version: 0.0.2261
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.2169
11
+ version = 0.0.2261
12
12
  min_python = 3.6
13
13
  audience = Developers
14
14
  language = English
File without changes